#08507B

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

Shades of Dark Cerulean #08507B

Tints of Dark Cerulean #08507B

Color information

#08507B (or 0x08507B) is unknown color: approx 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

RGB880123-
CMYK0.930.3500.52
HSL202.43º87.79%25.69%-
HSV(B)202.43º93.5%48.24%-
XYZ6.547.2219.79-
YUV63.37161.6588.5-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8801230.930.3500.52202.4387.7925.69
Hex8507B5D23034ca581a
Octal101201731354306431213032
Binary1000101000011110111011101100011011010011001010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>