Html Css Color HEX #084D6D Dark Cerulean

📋 copy color: '#084D6D'

red 8 ◦ green 77 ◦ blue 109

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

Shades of Dark Cerulean #084D6D

Tints of Dark Cerulean #084D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 4.12%
G = 39.69%
B = 56.19%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#084D6D (or 0x084D6D) is known color: Dark Cerulean. HEX triplet: 08, 4D and 6D. RGB value is (8,77,109). Sum of RGB (Red+Green+Blue) = 8+77+109=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #084D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D6D is #F7B292. Grayscale: #3B3B3B. Windows color (decimal): -16233107 or 7163144. OLE color: 7163144.

HSL color Cylindrical-coordinate representation of color #084D6D: hue angle of 199.01º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084D6D is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 77 109 -
CMYK 0.93 0.29 0 0.57
HSL 199.01º 0.86% 0.23% -
HSV(B) 199.01º 0.93% 0.43% -
XYZ 5.51 6.46 15.42 -
YUV 60.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 8 77 109 0.93 0.29 0 0.57 199.01 0.86 0.23
Hex 8 4D 6D 5D 1D 0 39 C7 56 17
Octal 10 115 155 135 35 0 71 307 126 27
Binary 1000 1001101 1101101 1011101 11101 0 111001 11000111 1010110 10111

Color Harmonies of #084D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D6D

Black with #084D6D

Text Example


Text Example

White with #084D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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