#084276

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

Shades of Dark Cerulean #084276

Tints of Dark Cerulean #084276

Color information

#084276 (or 0x084276) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 76. RGB value is (8,66,118). Sum of RGB (Red+Green+Blue) = 8+66+118=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #084276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084276 is #F7BD89. Grayscale: #363636. Windows color (decimal): -16235914 or 7750152. OLE color: 7750152.

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

Color convert

RGB866118-
CMYK0.930.4400.54
HSL208.36º87.3%24.71%-
HSV(B)208.36º93.22%46.27%-
XYZ5.325.2617.87-
YUV54.59163.7894.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=4.17%
G=34.38%
B=61.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8661180.930.4400.54208.3687.324.71
Hex842765D2C036d05719
Octal101021661355406632012731
Binary1000100001011101101011101101100011011011010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084276; }

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

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

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

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

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

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

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

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