#084277

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

Shades of Dark Cerulean #084277

Tints of Dark Cerulean #084277

Color information

#084277 (or 0x084277) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 77. RGB value is (8,66,119). Sum of RGB (Red+Green+Blue) = 8+66+119=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #084277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084277 is #F7BD88. Grayscale: #363636. Windows color (decimal): -16235913 or 7815688. OLE color: 7815688.

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

Color convert

RGB866119-
CMYK0.930.4500.53
HSL208.65º87.4%24.9%-
HSV(B)208.65º93.28%46.67%-
XYZ5.385.2818.19-
YUV54.7164.2894.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=4.15%
G=34.20%
B=61.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8661190.930.4500.53208.6587.424.9
Hex842775D2D035d15719
Octal101021671355506532112731
Binary1000100001011101111011101101101011010111010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084277; }

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

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

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

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

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

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

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

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