#0A4275

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

Shades of Dark Cerulean #0A4275

Tints of Dark Cerulean #0A4275

Color information

#0A4275 (or 0x0A4275) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 42 and 75. RGB value is (10,66,117). Sum of RGB (Red+Green+Blue) = 10+66+117=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A4275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4275 is #F5BD8A. Grayscale: #363636. Windows color (decimal): -16104843 or 7684618. OLE color: 7684618.

HSL color Cylindrical-coordinate representation of color #0A4275: hue angle of 208.6º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4275 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1066117-
CMYK0.910.4400.54
HSL208.6º84.25%24.9%-
HSV(B)208.6º91.45%45.88%-
XYZ5.285.2517.56-
YUV55.07162.9595.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=5.18%
G=34.20%
B=60.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10661170.910.4400.54208.684.2524.9
HexA42755B2C036d15419
Octal121021651335406632112431
Binary1010100001011101011011011101100011011011010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,117); }

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

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

 a { background-color: rgb(10,66,117); }

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

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

 span { border-color: rgb(10,66,117); }

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