#0A4075

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

Shades of Dark Cerulean #0A4075

Tints of Dark Cerulean #0A4075

Color information

#0A4075 (or 0x0A4075) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 40 and 75. RGB value is (10,64,117). Sum of RGB (Red+Green+Blue) = 10+64+117=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A4075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4075 is #F5BF8A. Grayscale: #353535. Windows color (decimal): -16105355 or 7684106. OLE color: 7684106.

HSL color Cylindrical-coordinate representation of color #0A4075: hue angle of 209.72º 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 #0A4075 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1064117-
CMYK0.910.4500.54
HSL209.72º84.25%24.9%-
HSV(B)209.72º91.45%45.88%-
XYZ5.175.0217.53-
YUV53.9163.6196.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=5.24%
G=33.51%
B=61.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10641170.910.4500.54209.7284.2524.9
HexA40755B2D036d25419
Octal121001651335506632212431
Binary1010100000011101011011011101101011011011010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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