Html Css Color HEX #084D6E Dark Cerulean

📋 copy color: '#084D6E'

red 8 ◦ green 77 ◦ blue 110

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

Shades of Dark Cerulean #084D6E

Tints of Dark Cerulean #084D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 4.1%
G = 39.49%
B = 56.41%

CMYK

 C value IS 0.93

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#084D6E (or 0x084D6E) is known color: Dark Cerulean. HEX triplet: 08, 4D and 6E. RGB value is (8,77,110). Sum of RGB (Red+Green+Blue) = 8+77+110=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #084D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D6E is #F7B291. Grayscale: #3B3B3B. Windows color (decimal): -16233106 or 7228680. OLE color: 7228680.

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

Color convert

RGB 8 77 110 -
CMYK 0.93 0.3 0 0.57
HSL 199.41º 0.86% 0.23% -
HSV(B) 199.41º 0.93% 0.43% -
XYZ 5.57 6.49 15.71 -
YUV 60.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 8 77 110 0.93 0.3 0 0.57 199.41 0.86 0.23
Hex 8 4D 6E 5D 1E 0 39 C7 56 17
Octal 10 115 156 135 36 0 71 307 126 27
Binary 1000 1001101 1101110 1011101 11110 0 111001 11000111 1010110 10111

Color Harmonies of #084D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D6E

Black with #084D6E

Text Example


Text Example

White with #084D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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