Html Css Color HEX #084E86 Dark Cerulean

📋 copy color: '#084E86'

red 8 ◦ green 78 ◦ blue 134

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

Shades of Dark Cerulean #084E86

Tints of Dark Cerulean #084E86

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 3.64%
G = 35.45%
B = 60.91%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#084E86 (or 0x084E86) is known color: Dark Cerulean. HEX triplet: 08, 4E and 86. RGB value is (8,78,134). Sum of RGB (Red+Green+Blue) = 8+78+134=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #084E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E86 is #F7B179. Grayscale: #3F3F3F. Windows color (decimal): -16232826 or 8801800. OLE color: 8801800.

HSL color Cylindrical-coordinate representation of color #084E86: hue angle of 206.67º 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 #084E86 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 78 134 -
CMYK 0.94 0.42 0 0.47
HSL 206.67º 0.89% 0.28% -
HSV(B) 206.67º 0.94% 0.53% -
XYZ 7.13 7.22 23.57 -
YUV 63.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 8 78 134 0.94 0.42 0 0.47 206.67 0.89 0.28
Hex 8 4E 86 5E 2A 0 2F CF 59 1C
Octal 10 116 206 136 52 0 57 317 131 34
Binary 1000 1001110 10000110 1011110 101010 0 101111 11001111 1011001 11100

Color Harmonies of #084E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E86

Black with #084E86

Text Example


Text Example

White with #084E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,134); }

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

background-color css

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

 a { background-color: rgb(8,78,134); }

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

border-color css

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

 span { border-color: rgb(8,78,134); }

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