Html Css Color HEX #084A76 Dark Cerulean

📋 copy color: '#084A76'

red 8 ◦ green 74 ◦ blue 118

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

Shades of Dark Cerulean #084A76

Tints of Dark Cerulean #084A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

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

R = 4%
G = 37%
B = 59%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084A76 (or 0x084A76) is known color: Dark Cerulean. HEX triplet: 08, 4A and 76. RGB value is (8,74,118). Sum of RGB (Red+Green+Blue) = 8+74+118=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #084A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A76 is #F7B589. Grayscale: #3B3B3B. Windows color (decimal): -16233866 or 7752200. OLE color: 7752200.

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

Color convert

RGB 8 74 118 -
CMYK 0.93 0.37 0 0.54
HSL 204º 0.87% 0.25% -
HSV(B) 204º 0.93% 0.46% -
XYZ 5.82 6.26 18.04 -
YUV 59.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 8 74 118 0.93 0.37 0 0.54 204 0.87 0.25
Hex 8 4A 76 5D 25 0 36 CC 57 19
Octal 10 112 166 135 45 0 66 314 127 31
Binary 1000 1001010 1110110 1011101 100101 0 110110 11001100 1010111 11001

Color Harmonies of #084A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A76

Black with #084A76

Text Example


Text Example

White with #084A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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