#0A4475

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

Shades of Dark Cerulean #0A4475

Tints of Dark Cerulean #0A4475

Color information

#0A4475 (or 0x0A4475) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 44 and 75. RGB value is (10,68,117). Sum of RGB (Red+Green+Blue) = 10+68+117=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A4475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4475 is #F5BB8A. Grayscale: #373737. Windows color (decimal): -16104331 or 7685130. OLE color: 7685130.

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

Color convert

RGB1068117-
CMYK0.910.4200.54
HSL207.48º84.25%24.9%-
HSV(B)207.48º91.45%45.88%-
XYZ5.45.4817.6-
YUV56.24162.2895.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 117 (46.09% from 255) = 60%
R=5.13%
G=34.87%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10681170.910.4200.54207.4884.2524.9
HexA44755B2A036cf5419
Octal121041651335206631712431
Binary1010100010011101011011011101010011011011001111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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