#084966

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

Shades of Dark Cerulean #084966

Tints of Dark Cerulean #084966

Color information

#084966 (or 0x084966) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 66. RGB value is (8,73,102). Sum of RGB (Red+Green+Blue) = 8+73+102=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #084966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084966 is #F7B699. Grayscale: #383838. Windows color (decimal): -16234138 or 6703368. OLE color: 6703368.

HSL color Cylindrical-coordinate representation of color #084966: hue angle of 198.51º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084966 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB873102-
CMYK0.920.2800.6
HSL198.51º85.45%21.57%-
HSV(B)198.51º92.16%40%-
XYZ4.885.7813.43-
YUV56.87153.4793.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=4.37%
G=39.89%
B=55.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8731020.920.2800.6198.5185.4521.57
Hex849665C1C03Cc75516
Octal101111461343407430712526
Binary100010010011100110101110011100011110011000111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084966; }

 p { color: rgb(8,73,102); }

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

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

 a { background-color: rgb(8,73,102); }

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

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

 span { border-color: rgb(8,73,102); }

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