COLOR #0A648F

HEX: #0A648F
RGB: (10,100,143)

Color info

#0A648F contains mainly green and blue colors. Web safe color of #0A648F is #006699 (or #069).

RGB color model

#0A648F color RGB value is (10,100,143).

  • red value is 10;
  • green value is 100;
  • blue value is 143.
RGB:
(10,100,143)
(4%,39%,56%)

RGB channels and saturation

R 10 of 255 = 4%
G 100 of 255 = 39%
B 143 of 255 = 56%

10
100
143

R + G + B ~ 33%. #0A648F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 100 + 143 = 253 (100%)
R 10 of 253 ~ 3.95%
G 100 of 253 ~ 39.53%
B 143 of 253 ~ 56.52%

%39.53
%56.52

CMYK color model

#0A648F color CMYK value is (93,30,0,44).

  • cyan value is 93.01%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(93,30,0,44)
C93M30Y0K44 
(93%,30%,0%,44%)
(0.93/0.30/0.00/0.44)	

CMYK percentages

%93.01
%30.07
%0
%43.92

Codes

Color #0A648F in popluar color models

0A648F
RGB10100143
HSL199°86.93%30.00%
HSB/HSV199°93.01%56.08%
CMYK93.01%30.07%0.00%
43.92%

Color #0A648F in popluar number systems.

HEX0A648F
Decimal10100143
Binary1010110010010001111
Octal12144217

Shades and tints

Shades of #0A648F

#0A648F
(10,100,143)
#0A5B82
(10,91,130)
#0A5275
(10,82,117)
#0A4968
(10,73,104)
#0A405B
(10,64,91)
#0A374E
(10,55,78)
#0A2E41
(10,46,65)
#0A2534
(10,37,52)
#0A1C27
(10,28,39)
#0A131A
(10,19,26)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #0A648F

#0A648F
(10,100,143)
#207299
(32,114,153)
#3680A3
(54,128,163)
#4C8EAD
(76,142,173)
#629CB7
(98,156,183)
#78AAC1
(120,170,193)
#8EB8CB
(142,184,203)
#A4C6D5
(164,198,213)
#BAD4DF
(186,212,223)
#D0E2E9
(208,226,233)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A648F color. Also use rgb(10,100,143) instead hex code.

Text Font Color

.myTextColor { color: #0A648F; }

<p style="color:#0A648F">This sample text font color is #0A648F.</p>

This text font color is #0A648F.


Background Color

.myBgColor { background-color: #0A648F; }

<div style="background-color:#0A648F">Inner text</div>

This div background color is #0A648F.


Border color

.myBorderColor { border: 1px solid #0A648F; }

<div style="border:3px solid #0A648F">Div</div>

This div border color is #0A648F.


Opacity

.myOpacity80 { color: #0A648F; opacity: 0.8; }

<p style="color:#0A648F;opacity:0.8;">80%</p>

Text with #0A648F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0A648F;}

<p style="text-shadow: 3px 3px 1px #0A648F">Text here.</p>

This text has shadow with #0A648F color.

.textShadow {text-shadow: 3px 3px 1px #0A648F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0A648F, 5px 5px 20px red">Text here.</p>

This text has shadow with #0A648F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A648F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0A648F, Direction=45, Strength=4)">Text</p>

This text has shadow with #0A648F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0A648F;
  -webkit-box-shadow:	1px 1px 3px 2px #0A648F;
  box-shadow:		1px 1px 3px 2px #0A648F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A648F;
-webkit-box-shadow: 1px 1px 3px 2px #0A648F;
box-shadow:1px 1px 3px 2px #0A648F;">
Div content here</div>
This div box has shadow with color #0A648F.

Preview

Color preview on black background

This text has color #0A648F on black background.


Color preview on white background

This text has color #0A648F on white background.



Black color preview on #0A648F background

This text has black color on #0A648F background.


White color preview on #0A648F background

This text has white color on #0A648F background.