#0A5374

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

Shades of Dark Cerulean #0A5374

Tints of Dark Cerulean #0A5374

Color information

#0A5374 (or 0x0A5374) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 53 and 74. RGB value is (10,83,116). Sum of RGB (Red+Green+Blue) = 10+83+116=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A5374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5374 is #F5AC8B. Grayscale: #404040. Windows color (decimal): -16100492 or 7623434. OLE color: 7623434.

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

Color convert

RGB1083116-
CMYK0.910.2800.55
HSL198.68º84.13%24.71%-
HSV(B)198.68º91.38%45.49%-
XYZ6.377.5117.64-
YUV64.94156.8288.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=4.78%
G=39.71%
B=55.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10831160.910.2800.55198.6884.1324.71
HexA53745B1C037c75419
Octal121231641333406730712431
Binary101010100111110100101101111100011011111000111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,116); }

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

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

 a { background-color: rgb(10,83,116); }

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

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

 span { border-color: rgb(10,83,116); }

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