#084476

Color #084476 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #084476

Tints of Dark Cerulean #084476

Color information

#084476 (or 0x084476) is unknown color: approx Dark Cerulean. HEX triplet: 08, 44 and 76. RGB value is (8,68,118). Sum of RGB (Red+Green+Blue) = 8+68+118=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #084476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084476 is #F7BB89. Grayscale: #373737. Windows color (decimal): -16235402 or 7750664. OLE color: 7750664.

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

Color convert

RGB868118-
CMYK0.930.4200.54
HSL207.27º87.3%24.71%-
HSV(B)207.27º93.22%46.27%-
XYZ5.445.4917.91-
YUV55.76163.1293.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=4.12%
G=35.05%
B=60.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8681180.930.4200.54207.2787.324.71
Hex844765D2A036cf5719
Octal101041661355206631712731
Binary1000100010011101101011101101010011011011001111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084476; }

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

 H1.HeaderClassName
 {
   color: #084476;
 }
 .AnyTagClassName
 {
   color: #084476;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #084476;
 }
 .BgClassName
 {
   background-color: #084476;
 }
</style>
border-color css

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

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

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