Html Css Color HEX #084588 Dark Cerulean

📋 copy color: '#084588'

red 8 ◦ green 69 ◦ blue 136

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

Shades of Dark Cerulean #084588

Tints of Dark Cerulean #084588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 3.76%
G = 32.39%
B = 63.85%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#084588 (or 0x084588) is known color: Dark Cerulean. HEX triplet: 08, 45 and 88. RGB value is (8,69,136). Sum of RGB (Red+Green+Blue) = 8+69+136=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #084588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084588 is #F7BA77. Grayscale: #3A3A3A. Windows color (decimal): -16235128 or 8930568. OLE color: 8930568.

HSL color Cylindrical-coordinate representation of color #084588: hue angle of 211.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084588 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 69 136 -
CMYK 0.94 0.49 0 0.47
HSL 211.41º 0.89% 0.28% -
HSV(B) 211.41º 0.94% 0.53% -
XYZ 6.67 6.09 24.12 -
YUV 58.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 8 69 136 0.94 0.49 0 0.47 211.41 0.89 0.28
Hex 8 45 88 5E 31 0 2F D3 59 1C
Octal 10 105 210 136 61 0 57 323 131 34
Binary 1000 1000101 10001000 1011110 110001 0 101111 11010011 1011001 11100

Color Harmonies of #084588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084588

Black with #084588

Text Example


Text Example

White with #084588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084588; }

 p { color: rgb(8,69,136); }

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

background-color css

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

 a { background-color: rgb(8,69,136); }

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

border-color css

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

 span { border-color: rgb(8,69,136); }

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