#08357C

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

Shades of Dark Cerulean #08357C

Tints of Dark Cerulean #08357C

Color information

#08357C (or 0x08357C) is unknown color: approx Dark Cerulean. HEX triplet: 08, 35 and 7C. RGB value is (8,53,124). Sum of RGB (Red+Green+Blue) = 8+53+124=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #08357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08357C is #F7CA83. Grayscale: #2F2F2F. Windows color (decimal): -16239236 or 8140040. OLE color: 8140040.

HSL color Cylindrical-coordinate representation of color #08357C: hue angle of 216.72º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08357C is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB853124-
CMYK0.940.5700.51
HSL216.72º87.88%25.88%-
HSV(B)216.72º93.55%48.63%-
XYZ5.014.0519.59-
YUV47.64171.0999.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=4.32%
G=28.65%
B=67.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8531240.940.5700.51216.7287.8825.88
Hex8357C5E39033d9581a
Octal10651741367106333113032
Binary100011010111111001011110111001011001111011001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08357C; }

 p { color: rgb(8,53,124); }

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

<style>
 a { background-color: #08357C; }

 a { background-color: rgb(8,53,124); }

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

<style>
 span { border-color: #08357C; }

 span { border-color: rgb(8,53,124); }

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