#084967

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

Shades of Dark Cerulean #084967

Tints of Dark Cerulean #084967

Color information

#084967 (or 0x084967) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 67. RGB value is (8,73,103). Sum of RGB (Red+Green+Blue) = 8+73+103=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #084967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084967 is #F7B698. Grayscale: #383838. Windows color (decimal): -16234137 or 6768904. OLE color: 6768904.

HSL color Cylindrical-coordinate representation of color #084967: hue angle of 198.95º degrees, saturation: 0.86, 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 #084967 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB873103-
CMYK0.920.2900.60
HSL198.95º85.59%21.76%-
HSV(B)198.95º92.23%40.39%-
XYZ4.935.813.69-
YUV56.98153.9793.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 103 (40.62% from 255) = 55.98%
R=4.35%
G=39.67%
B=55.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8731030.920.2900.60198.9585.5921.76
Hex849675C1D03Cc75616
Octal101111471343507430712626
Binary100010010011100111101110011101011110011000111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084967; }

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

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

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

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

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

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

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

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