#084477

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

Shades of Dark Cerulean #084477

Tints of Dark Cerulean #084477

Color information

#084477 (or 0x084477) is unknown color: approx Dark Cerulean. HEX triplet: 08, 44 and 77. RGB value is (8,68,119). Sum of RGB (Red+Green+Blue) = 8+68+119=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #084477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084477 is #F7BB88. Grayscale: #373737. Windows color (decimal): -16235401 or 7816200. OLE color: 7816200.

HSL color Cylindrical-coordinate representation of color #084477: hue angle of 207.57º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084477 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB868119-
CMYK0.930.4300.53
HSL207.57º87.4%24.9%-
HSV(B)207.57º93.28%46.67%-
XYZ5.55.5218.23-
YUV55.87163.6293.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=4.10%
G=34.87%
B=61.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8681190.930.4300.53207.5787.424.9
Hex844775D2B035d05719
Octal101041671355306532012731
Binary1000100010011101111011101101011011010111010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084477; }

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

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

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

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

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

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

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

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