#0A6398

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

Shades of Cerulean #0A6398

Tints of Cerulean #0A6398

Color information

#0A6398 (or 0x0A6398) is unknown color: approx Cerulean. HEX triplet: 0A, 63 and 98. RGB value is (10,99,152). Sum of RGB (Red+Green+Blue) = 10+99+152=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A6398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6398 is #F59C67. Grayscale: #4E4E4E. Windows color (decimal): -16096360 or 9986826. OLE color: 9986826.

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

Color convert

RGB1099152-
CMYK0.930.3500.40
HSL202.39º87.65%31.76%-
HSV(B)202.39º93.42%59.61%-
XYZ10.2511.2631.34-
YUV78.43169.5179.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 152 (59.77% from 255) = 58.24%
R=3.83%
G=37.93%
B=58.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10991520.930.3500.40202.3987.6531.76
HexA63985D23028ca5820
Octal121432301354305031213040
Binary101011000111001100010111011000110101000110010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,99,152); }

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

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

 a { background-color: rgb(10,99,152); }

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

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

 span { border-color: rgb(10,99,152); }

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