#08547D

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

Shades of Dark Cerulean #08547D

Tints of Dark Cerulean #08547D

Color information

#08547D (or 0x08547D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 54 and 7D. RGB value is (8,84,125). Sum of RGB (Red+Green+Blue) = 8+84+125=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #08547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08547D is #F7AB82. Grayscale: #414141. Windows color (decimal): -16231299 or 8213512. OLE color: 8213512.

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

Color convert

RGB884125-
CMYK0.940.3300.51
HSL201.03º87.97%26.08%-
HSV(B)201.03º93.6%49.02%-
XYZ6.977.8720.55-
YUV65.95161.3286.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=3.69%
G=38.71%
B=57.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8841250.940.3300.51201.0387.9726.08
Hex8547D5E21033c9581a
Octal101241751364106331113032
Binary1000101010011111011011110100001011001111001001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08547D;
 }
 .AnyTagClassName
 {
   color: #08547D;
 }
</style>
background-color css

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

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

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

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

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

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