Html Css Color HEX #084D71 Dark Cerulean

📋 copy color: '#084D71'

red 8 ◦ green 77 ◦ blue 113

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

Shades of Dark Cerulean #084D71

Tints of Dark Cerulean #084D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 4.04%
G = 38.89%
B = 57.07%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084D71 (or 0x084D71) is known color: Dark Cerulean. HEX triplet: 08, 4D and 71. RGB value is (8,77,113). Sum of RGB (Red+Green+Blue) = 8+77+113=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #084D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D71 is #F7B28E. Grayscale: #3C3C3C. Windows color (decimal): -16233103 or 7425288. OLE color: 7425288.

HSL color Cylindrical-coordinate representation of color #084D71: hue angle of 200.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084D71 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 77 113 -
CMYK 0.93 0.32 0 0.56
HSL 200.57º 0.87% 0.24% -
HSV(B) 200.57º 0.93% 0.44% -
XYZ 5.73 6.55 16.59 -
YUV 60.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 8 77 113 0.93 0.32 0 0.56 200.57 0.87 0.24
Hex 8 4D 71 5D 20 0 38 C9 57 18
Octal 10 115 161 135 40 0 70 311 127 30
Binary 1000 1001101 1110001 1011101 100000 0 111000 11001001 1010111 11000

Color Harmonies of #084D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D71

Black with #084D71

Text Example


Text Example

White with #084D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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