Html Css Color HEX #08357C Dark Cerulean

📋 copy color: '#08357C'

red 8 ◦ green 53 ◦ blue 124

#08357C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #08357C

Tints of Dark Cerulean #08357C

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 value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08357C (or 0x08357C) is known color: 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

RGB 8 53 124 -
CMYK 0.94 0.57 0 0.51
HSL 216.72º 0.88% 0.26% -
HSV(B) 216.72º 0.94% 0.49% -
XYZ 5.01 4.05 19.59 -
YUV 47.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 8 53 124 0.94 0.57 0 0.51 216.72 0.88 0.26
Hex 8 35 7C 5E 39 0 33 D9 58 1A
Octal 10 65 174 136 71 0 63 331 130 32
Binary 1000 110101 1111100 1011110 111001 0 110011 11011001 1011000 11010

Color Harmonies of #08357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08357C

Black with #08357C

Text Example


Text Example

White with #08357C

Text Example


Text Example

HTML Codes & Css Web 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>