Html Css Color HEX #084D70 Dark Cerulean

📋 copy color: '#084D70'

red 8 ◦ green 77 ◦ blue 112

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

Shades of Dark Cerulean #084D70

Tints of Dark Cerulean #084D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 4.06%
G = 39.09%
B = 56.85%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084D70 (or 0x084D70) is known color: Dark Cerulean. HEX triplet: 08, 4D and 70. RGB value is (8,77,112). Sum of RGB (Red+Green+Blue) = 8+77+112=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #084D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D70 is #F7B28F. Grayscale: #3C3C3C. Windows color (decimal): -16233104 or 7359752. OLE color: 7359752.

HSL color Cylindrical-coordinate representation of color #084D70: hue angle of 200.19º 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 #084D70 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 77 112 -
CMYK 0.93 0.31 0 0.56
HSL 200.19º 0.87% 0.24% -
HSV(B) 200.19º 0.93% 0.44% -
XYZ 5.68 6.53 16.29 -
YUV 60.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 8 77 112 0.93 0.31 0 0.56 200.19 0.87 0.24
Hex 8 4D 70 5D 1F 0 38 C8 57 18
Octal 10 115 160 135 37 0 70 310 127 30
Binary 1000 1001101 1110000 1011101 11111 0 111000 11001000 1010111 11000

Color Harmonies of #084D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D70

Black with #084D70

Text Example


Text Example

White with #084D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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