Html Css Color HEX #08548D Dark Cerulean

📋 copy color: '#08548D'

red 8 ◦ green 84 ◦ blue 141

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

Shades of Dark Cerulean #08548D

Tints of Dark Cerulean #08548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 3.43%
G = 36.05%
B = 60.52%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08548D (or 0x08548D) is known color: Dark Cerulean. HEX triplet: 08, 54 and 8D. RGB value is (8,84,141). Sum of RGB (Red+Green+Blue) = 8+84+141=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #08548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08548D is #F7AB72. Grayscale: #434343. Windows color (decimal): -16231283 or 9262088. OLE color: 9262088.

HSL color Cylindrical-coordinate representation of color #08548D: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08548D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 84 141 -
CMYK 0.94 0.40 0 0.45
HSL 205.71º 0.89% 0.29% -
HSV(B) 205.71º 0.94% 0.55% -
XYZ 8.08 8.32 26.38 -
YUV 67.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 8 84 141 0.94 0.40 0 0.45 205.71 0.89 0.29
Hex 8 54 8D 5E 28 0 2D CE 59 1D
Octal 10 124 215 136 50 0 55 316 131 35
Binary 1000 1010100 10001101 1011110 101000 0 101101 11001110 1011001 11101

Color Harmonies of #08548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08548D

Black with #08548D

Text Example


Text Example

White with #08548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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