#0A6599

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

Shades of Cerulean #0A6599

Tints of Cerulean #0A6599

Color information

#0A6599 (or 0x0A6599) is unknown color: approx Cerulean. HEX triplet: 0A, 65 and 99. RGB value is (10,101,153). Sum of RGB (Red+Green+Blue) = 10+101+153=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A6599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6599 is #F59A66. Grayscale: #4F4F4F. Windows color (decimal): -16095847 or 10052874. OLE color: 10052874.

HSL color Cylindrical-coordinate representation of color #0A6599: hue angle of 201.82º 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 #0A6599 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10101153-
CMYK0.930.3400.4
HSL201.82º87.73%31.96%-
HSV(B)201.82º93.46%60%-
XYZ10.5311.6731.83-
YUV79.72169.3578.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=3.79%
G=38.26%
B=57.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101011530.930.3400.4201.8287.7331.96
HexA65995D22028ca5820
Octal121452311354205031213040
Binary101011001011001100110111011000100101000110010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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