Html Css Color HEX #084E6B Dark Cerulean

📋 copy color: '#084E6B'

red 8 ◦ green 78 ◦ blue 107

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

Shades of Dark Cerulean #084E6B

Tints of Dark Cerulean #084E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 4.15%
G = 40.41%
B = 55.44%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#084E6B (or 0x084E6B) is known color: Dark Cerulean. HEX triplet: 08, 4E and 6B. RGB value is (8,78,107). Sum of RGB (Red+Green+Blue) = 8+78+107=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #084E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E6B is #F7B194. Grayscale: #3C3C3C. Windows color (decimal): -16232853 or 7032328. OLE color: 7032328.

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

Color convert

RGB 8 78 107 -
CMYK 0.93 0.27 0 0.58
HSL 197.58º 0.86% 0.23% -
HSV(B) 197.58º 0.93% 0.42% -
XYZ 5.48 6.56 14.89 -
YUV 60.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 8 78 107 0.93 0.27 0 0.58 197.58 0.86 0.23
Hex 8 4E 6B 5D 1B 0 3A C6 56 17
Octal 10 116 153 135 33 0 72 306 126 27
Binary 1000 1001110 1101011 1011101 11011 0 111010 11000110 1010110 10111

Color Harmonies of #084E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E6B

Black with #084E6B

Text Example


Text Example

White with #084E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,107); }

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

background-color css

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

 a { background-color: rgb(8,78,107); }

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

border-color css

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

 span { border-color: rgb(8,78,107); }

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