Html Css Color HEX #084D84 Dark Cerulean

📋 copy color: '#084D84'

red 8 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #084D84

Tints of Dark Cerulean #084D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 3.69%
G = 35.48%
B = 60.83%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#084D84 (or 0x084D84) is known color: Dark Cerulean. HEX triplet: 08, 4D and 84. RGB value is (8,77,132). Sum of RGB (Red+Green+Blue) = 8+77+132=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #084D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D84 is #F7B27B. Grayscale: #3E3E3E. Windows color (decimal): -16233084 or 8670472. OLE color: 8670472.

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

Color convert

RGB 8 77 132 -
CMYK 0.94 0.42 0 0.48
HSL 206.61º 0.89% 0.27% -
HSV(B) 206.61º 0.94% 0.52% -
XYZ 6.92 7.03 22.82 -
YUV 62.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 8 77 132 0.94 0.42 0 0.48 206.61 0.89 0.27
Hex 8 4D 84 5E 2A 0 30 CF 59 1B
Octal 10 115 204 136 52 0 60 317 131 33
Binary 1000 1001101 10000100 1011110 101010 0 110000 11001111 1011001 11011

Color Harmonies of #084D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D84

Black with #084D84

Text Example


Text Example

White with #084D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,77,132); }

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

background-color css

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

 a { background-color: rgb(8,77,132); }

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

border-color css

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

 span { border-color: rgb(8,77,132); }

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