Html Css Color HEX #08507D Dark Cerulean

📋 copy color: '#08507D'

red 8 ◦ green 80 ◦ blue 125

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

Shades of Dark Cerulean #08507D

Tints of Dark Cerulean #08507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 3.76%
G = 37.56%
B = 58.69%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08507D (or 0x08507D) is known color: Dark Cerulean. HEX triplet: 08, 50 and 7D. RGB value is (8,80,125). Sum of RGB (Red+Green+Blue) = 8+80+125=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #08507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08507D is #F7AF82. Grayscale: #3F3F3F. Windows color (decimal): -16232323 or 8212488. OLE color: 8212488.

HSL color Cylindrical-coordinate representation of color #08507D: hue angle of 203.08º 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 #08507D is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 80 125 -
CMYK 0.94 0.36 0 0.51
HSL 203.08º 0.88% 0.26% -
HSV(B) 203.08º 0.94% 0.49% -
XYZ 6.67 7.27 20.45 -
YUV 63.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 8 80 125 0.94 0.36 0 0.51 203.08 0.88 0.26
Hex 8 50 7D 5E 24 0 33 CB 58 1A
Octal 10 120 175 136 44 0 63 313 130 32
Binary 1000 1010000 1111101 1011110 100100 0 110011 11001011 1011000 11010

Color Harmonies of #08507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08507D

Black with #08507D

Text Example


Text Example

White with #08507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08507D; }

 p { color: rgb(8,80,125); }

 H1.HeaderClassName
 {
   color: #08507D;
 }
 .AnyTagClassName
 {
   color: #08507D;
 }
</style>

background-color css

<style>
 a { background-color: #08507D; }

 a { background-color: rgb(8,80,125); }

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

border-color css

<style>
 span { border-color: #08507D; }

 span { border-color: rgb(8,80,125); }

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