#0A6499

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

Shades of Cerulean #0A6499

Tints of Cerulean #0A6499

Color information

#0A6499 (or 0x0A6499) is unknown color: approx Cerulean. HEX triplet: 0A, 64 and 99. RGB value is (10,100,153). Sum of RGB (Red+Green+Blue) = 10+100+153=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A6499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6499 is #F59B66. Grayscale: #4E4E4E. Windows color (decimal): -16096103 or 10052618. OLE color: 10052618.

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

Color convert

RGB10100153-
CMYK0.930.3500.4
HSL202.24º87.73%31.96%-
HSV(B)202.24º93.46%60%-
XYZ10.4311.4831.8-
YUV79.13169.6878.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.80%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=3.80%
G=38.02%
B=58.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101001530.930.3500.4202.2487.7331.96
HexA64995D23028ca5820
Octal121442311354305031213040
Binary101011001001001100110111011000110101000110010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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