Html Css Color HEX #084D6F Dark Cerulean

📋 copy color: '#084D6F'

red 8 ◦ green 77 ◦ blue 111

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

Shades of Dark Cerulean #084D6F

Tints of Dark Cerulean #084D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 4.08%
G = 39.29%
B = 56.63%

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

#084D6F (or 0x084D6F) is known color: Dark Cerulean. HEX triplet: 08, 4D and 6F. RGB value is (8,77,111). Sum of RGB (Red+Green+Blue) = 8+77+111=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #084D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D6F is #F7B290. Grayscale: #3C3C3C. Windows color (decimal): -16233105 or 7294216. OLE color: 7294216.

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

Color convert

RGB 8 77 111 -
CMYK 0.93 0.31 0 0.56
HSL 199.81º 0.87% 0.23% -
HSV(B) 199.81º 0.93% 0.44% -
XYZ 5.62 6.51 16 -
YUV 60.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 8 77 111 0.93 0.31 0 0.56 199.81 0.87 0.23
Hex 8 4D 6F 5D 1F 0 38 C8 57 17
Octal 10 115 157 135 37 0 70 310 127 27
Binary 1000 1001101 1101111 1011101 11111 0 111000 11001000 1010111 10111

Color Harmonies of #084D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D6F

Black with #084D6F

Text Example


Text Example

White with #084D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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