#0A649B

Color #0A649B Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0A649B

Tints of Cerulean #0A649B

Color information

#0A649B (or 0x0A649B) is unknown color: approx Cerulean. HEX triplet: 0A, 64 and 9B. RGB value is (10,100,155). Sum of RGB (Red+Green+Blue) = 10+100+155=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A649B is #F59B64. Grayscale: #4F4F4F. Windows color (decimal): -16096101 or 10183690. OLE color: 10183690.

HSL color Cylindrical-coordinate representation of color #0A649B: hue angle of 202.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A649B is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10100155-
CMYK0.940.3500.39
HSL202.76º87.88%32.35%-
HSV(B)202.76º93.55%60.78%-
XYZ10.611.5532.68-
YUV79.36170.6878.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=3.77%
G=37.74%
B=58.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101001550.940.3500.39202.7687.8832.35
HexA649B5E23027cb5820
Octal121442331364304731313040
Binary101011001001001101110111101000110100111110010111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A649B; }

 p { color: rgb(10,100,155); }

 H1.HeaderClassName
 {
   color: #0A649B;
 }
 .AnyTagClassName
 {
   color: #0A649B;
 }
</style>
background-color css

<style>
 a { background-color: #0A649B; }

 a { background-color: rgb(10,100,155); }

 div.DivClassName
 {
   background-color: #0A649B;
 }
 .BgClassName
 {
   background-color: #0A649B;
 }
</style>
border-color css

<style>
 span { border-color: #0A649B; }

 span { border-color: rgb(10,100,155); }

 td.TdClassName
 {
   border-color: #0A649B;
 }
 .TagClassName
 {
   border-color: #0A649B;
 }
</style>