Html Css Color HEX #08357B Dark Cerulean

📋 copy color: '#08357B'

red 8 ◦ green 53 ◦ blue 123

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

Shades of Dark Cerulean #08357B

Tints of Dark Cerulean #08357B

RGB

 RED value IS 8 (3.52% from 255) = 4.35%

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 4.35%
G = 28.8%
B = 66.85%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08357B (or 0x08357B) is known color: Dark Cerulean. HEX triplet: 08, 35 and 7B. RGB value is (8,53,123). Sum of RGB (Red+Green+Blue) = 8+53+123=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #08357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08357B is #F7CA84. Grayscale: #2F2F2F. Windows color (decimal): -16239237 or 8074504. OLE color: 8074504.

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

Color convert

RGB 8 53 123 -
CMYK 0.93 0.57 0 0.52
HSL 216.52º 0.88% 0.26% -
HSV(B) 216.52º 0.93% 0.48% -
XYZ 4.95 4.03 19.26 -
YUV 47.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 8 53 123 0.93 0.57 0 0.52 216.52 0.88 0.26
Hex 8 35 7B 5D 39 0 34 D9 58 1A
Octal 10 65 173 135 71 0 64 331 130 32
Binary 1000 110101 1111011 1011101 111001 0 110100 11011001 1011000 11010

Color Harmonies of #08357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08357B

Black with #08357B

Text Example


Text Example

White with #08357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08357B;
 }
 .AnyTagClassName
 {
   color: #08357B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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