Html Css Color HEX #084D82 Dark Cerulean

📋 copy color: '#084D82'

red 8 ◦ green 77 ◦ blue 130

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

Shades of Dark Cerulean #084D82

Tints of Dark Cerulean #084D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 3.72%
G = 35.81%
B = 60.47%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084D82 (or 0x084D82) is known color: Dark Cerulean. HEX triplet: 08, 4D and 82. RGB value is (8,77,130). Sum of RGB (Red+Green+Blue) = 8+77+130=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #084D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D82 is #F7B27D. Grayscale: #3E3E3E. Windows color (decimal): -16233086 or 8539400. OLE color: 8539400.

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

Color convert

RGB 8 77 130 -
CMYK 0.94 0.41 0 0.49
HSL 206.07º 0.88% 0.27% -
HSV(B) 206.07º 0.94% 0.51% -
XYZ 6.78 6.97 22.11 -
YUV 62.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 8 77 130 0.94 0.41 0 0.49 206.07 0.88 0.27
Hex 8 4D 82 5E 29 0 31 CE 58 1B
Octal 10 115 202 136 51 0 61 316 130 33
Binary 1000 1001101 10000010 1011110 101001 0 110001 11001110 1011000 11011

Color Harmonies of #084D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D82

Black with #084D82

Text Example


Text Example

White with #084D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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