Html Css Color HEX #084E76 Dark Cerulean

📋 copy color: '#084E76'

red 8 ◦ green 78 ◦ blue 118

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

Shades of Dark Cerulean #084E76

Tints of Dark Cerulean #084E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 3.92%
G = 38.24%
B = 57.84%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084E76 (or 0x084E76) is known color: Dark Cerulean. HEX triplet: 08, 4E and 76. RGB value is (8,78,118). Sum of RGB (Red+Green+Blue) = 8+78+118=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #084E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E76 is #F7B189. Grayscale: #3D3D3D. Windows color (decimal): -16232842 or 7753224. OLE color: 7753224.

HSL color Cylindrical-coordinate representation of color #084E76: hue angle of 201.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084E76 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 78 118 -
CMYK 0.93 0.34 0 0.54
HSL 201.82º 0.87% 0.25% -
HSV(B) 201.82º 0.93% 0.46% -
XYZ 6.09 6.81 18.13 -
YUV 61.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 8 78 118 0.93 0.34 0 0.54 201.82 0.87 0.25
Hex 8 4E 76 5D 22 0 36 CA 57 19
Octal 10 116 166 135 42 0 66 312 127 31
Binary 1000 1001110 1110110 1011101 100010 0 110110 11001010 1010111 11001

Color Harmonies of #084E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E76

Black with #084E76

Text Example


Text Example

White with #084E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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