#0A417C

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

Shades of Dark Cerulean #0A417C

Tints of Dark Cerulean #0A417C

Color information

#0A417C (or 0x0A417C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 41 and 7C. RGB value is (10,65,124). Sum of RGB (Red+Green+Blue) = 10+65+124=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A417C is #F5BE83. Grayscale: #363636. Windows color (decimal): -16105092 or 8143114. OLE color: 8143114.

HSL color Cylindrical-coordinate representation of color #0A417C: hue angle of 211.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A417C is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1065124-
CMYK0.920.4800.51
HSL211.05º85.07%26.27%-
HSV(B)211.05º91.94%48.63%-
XYZ5.655.319.79-
YUV55.28166.7895.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=5.03%
G=32.66%
B=62.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10651240.920.4800.51211.0585.0726.27
HexA417C5C30033d3551a
Octal121011741346006332312532
Binary1010100000111111001011100110000011001111010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,124); }

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

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

 a { background-color: rgb(10,65,124); }

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

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

 span { border-color: rgb(10,65,124); }

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