Html Css Color HEX #084E83 Dark Cerulean

📋 copy color: '#084E83'

red 8 ◦ green 78 ◦ blue 131

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

Shades of Dark Cerulean #084E83

Tints of Dark Cerulean #084E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 60.37%

R = 3.69%
G = 35.94%
B = 60.37%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084E83 (or 0x084E83) is known color: Dark Cerulean. HEX triplet: 08, 4E and 83. RGB value is (8,78,131). Sum of RGB (Red+Green+Blue) = 8+78+131=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #084E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E83 is #F7B17C. Grayscale: #3E3E3E. Windows color (decimal): -16232829 or 8605192. OLE color: 8605192.

HSL color Cylindrical-coordinate representation of color #084E83: hue angle of 205.85º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084E83 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 78 131 -
CMYK 0.94 0.40 0 0.49
HSL 205.85º 0.88% 0.27% -
HSV(B) 205.85º 0.94% 0.51% -
XYZ 6.92 7.14 22.49 -
YUV 63.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 8 78 131 0.94 0.40 0 0.49 205.85 0.88 0.27
Hex 8 4E 83 5E 28 0 31 CE 58 1B
Octal 10 116 203 136 50 0 61 316 130 33
Binary 1000 1001110 10000011 1011110 101000 0 110001 11001110 1011000 11011

Color Harmonies of #084E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E83

Black with #084E83

Text Example


Text Example

White with #084E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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