Html Css Color HEX #084C6F Dark Cerulean

📋 copy color: '#084C6F'

red 8 ◦ green 76 ◦ blue 111

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

Shades of Dark Cerulean #084C6F

Tints of Dark Cerulean #084C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.97%

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

R = 4.1%
G = 38.97%
B = 56.92%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#084C6F (or 0x084C6F) is known color: Dark Cerulean. HEX triplet: 08, 4C and 6F. RGB value is (8,76,111). Sum of RGB (Red+Green+Blue) = 8+76+111=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #084C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C6F is #F7B390. Grayscale: #3B3B3B. Windows color (decimal): -16233361 or 7293960. OLE color: 7293960.

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

Color convert

RGB 8 76 111 -
CMYK 0.93 0.32 0 0.56
HSL 200.39º 0.87% 0.23% -
HSV(B) 200.39º 0.93% 0.44% -
XYZ 5.55 6.37 15.98 -
YUV 59.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 8 76 111 0.93 0.32 0 0.56 200.39 0.87 0.23
Hex 8 4C 6F 5D 20 0 38 C8 57 17
Octal 10 114 157 135 40 0 70 310 127 27
Binary 1000 1001100 1101111 1011101 100000 0 111000 11001000 1010111 10111

Color Harmonies of #084C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C6F

Black with #084C6F

Text Example


Text Example

White with #084C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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