Html Css Color HEX #084C76 Dark Cerulean

📋 copy color: '#084C76'

red 8 ◦ green 76 ◦ blue 118

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

Shades of Dark Cerulean #084C76

Tints of Dark Cerulean #084C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 3.96%
G = 37.62%
B = 58.42%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084C76 (or 0x084C76) is known color: Dark Cerulean. HEX triplet: 08, 4C and 76. RGB value is (8,76,118). Sum of RGB (Red+Green+Blue) = 8+76+118=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #084C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C76 is #F7B389. Grayscale: #3C3C3C. Windows color (decimal): -16233354 or 7752712. OLE color: 7752712.

HSL color Cylindrical-coordinate representation of color #084C76: hue angle of 202.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084C76 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 76 118 -
CMYK 0.93 0.36 0 0.54
HSL 202.91º 0.87% 0.25% -
HSV(B) 202.91º 0.93% 0.46% -
XYZ 5.95 6.53 18.09 -
YUV 60.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 8 76 118 0.93 0.36 0 0.54 202.91 0.87 0.25
Hex 8 4C 76 5D 24 0 36 CB 57 19
Octal 10 114 166 135 44 0 66 313 127 31
Binary 1000 1001100 1110110 1011101 100100 0 110110 11001011 1010111 11001

Color Harmonies of #084C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C76

Black with #084C76

Text Example


Text Example

White with #084C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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