Html Css Color HEX #08507B Dark Cerulean

📋 copy color: '#08507B'

red 8 ◦ green 80 ◦ blue 123

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

Shades of Dark Cerulean #08507B

Tints of Dark Cerulean #08507B

RGB

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

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

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

R = 3.79%
G = 37.91%
B = 58.29%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08507B (or 0x08507B) is known color: Dark Cerulean. HEX triplet: 08, 50 and 7B. RGB value is (8,80,123). Sum of RGB (Red+Green+Blue) = 8+80+123=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #08507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08507B is #F7AF84. Grayscale: #3F3F3F. Windows color (decimal): -16232325 or 8081416. OLE color: 8081416.

HSL color Cylindrical-coordinate representation of color #08507B: hue angle of 202.43º 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 #08507B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 80 123 -
CMYK 0.93 0.35 0 0.52
HSL 202.43º 0.88% 0.26% -
HSV(B) 202.43º 0.93% 0.48% -
XYZ 6.54 7.22 19.79 -
YUV 63.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 8 80 123 0.93 0.35 0 0.52 202.43 0.88 0.26
Hex 8 50 7B 5D 23 0 34 CA 58 1A
Octal 10 120 173 135 43 0 64 312 130 32
Binary 1000 1010000 1111011 1011101 100011 0 110100 11001010 1011000 11010

Color Harmonies of #08507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08507B

Black with #08507B

Text Example


Text Example

White with #08507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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