Html Css Color HEX #08547C Dark Cerulean

📋 copy color: '#08547C'

red 8 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #08547C

Tints of Dark Cerulean #08547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 3.7%
G = 38.89%
B = 57.41%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08547C (or 0x08547C) is known color: Dark Cerulean. HEX triplet: 08, 54 and 7C. RGB value is (8,84,124). Sum of RGB (Red+Green+Blue) = 8+84+124=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #08547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08547C is #F7AB83. Grayscale: #414141. Windows color (decimal): -16231300 or 8147976. OLE color: 8147976.

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

Color convert

RGB 8 84 124 -
CMYK 0.94 0.32 0 0.51
HSL 200.69º 0.88% 0.26% -
HSV(B) 200.69º 0.94% 0.49% -
XYZ 6.91 7.85 20.22 -
YUV 65.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 8 84 124 0.94 0.32 0 0.51 200.69 0.88 0.26
Hex 8 54 7C 5E 20 0 33 C9 58 1A
Octal 10 124 174 136 40 0 63 311 130 32
Binary 1000 1010100 1111100 1011110 100000 0 110011 11001001 1011000 11010

Color Harmonies of #08547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08547C

Black with #08547C

Text Example


Text Example

White with #08547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08547C;
 }
 .AnyTagClassName
 {
   color: #08547C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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