Html Css Color HEX #084F89 Dark Cerulean

📋 copy color: '#084F89'

red 8 ◦ green 79 ◦ blue 137

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

Shades of Dark Cerulean #084F89

Tints of Dark Cerulean #084F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 3.57%
G = 35.27%
B = 61.16%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#084F89 (or 0x084F89) is known color: Dark Cerulean. HEX triplet: 08, 4F and 89. RGB value is (8,79,137). Sum of RGB (Red+Green+Blue) = 8+79+137=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #084F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F89 is #F7B076. Grayscale: #404040. Windows color (decimal): -16232567 or 8998664. OLE color: 8998664.

HSL color Cylindrical-coordinate representation of color #084F89: hue angle of 206.98º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084F89 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 79 137 -
CMYK 0.94 0.42 0 0.46
HSL 206.98º 0.89% 0.28% -
HSV(B) 206.98º 0.94% 0.54% -
XYZ 7.41 7.45 24.71 -
YUV 64.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 8 79 137 0.94 0.42 0 0.46 206.98 0.89 0.28
Hex 8 4F 89 5E 2A 0 2E CF 59 1C
Octal 10 117 211 136 52 0 56 317 131 34
Binary 1000 1001111 10001001 1011110 101010 0 101110 11001111 1011001 11100

Color Harmonies of #084F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F89

Black with #084F89

Text Example


Text Example

White with #084F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F89; }

 p { color: rgb(8,79,137); }

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

background-color css

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

 a { background-color: rgb(8,79,137); }

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

border-color css

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

 span { border-color: rgb(8,79,137); }

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