#084969

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

Shades of Dark Cerulean #084969

Tints of Dark Cerulean #084969

Color information

#084969 (or 0x084969) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 69. RGB value is (8,73,105). Sum of RGB (Red+Green+Blue) = 8+73+105=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #084969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084969 is #F7B696. Grayscale: #393939. Windows color (decimal): -16234135 or 6899976. OLE color: 6899976.

HSL color Cylindrical-coordinate representation of color #084969: hue angle of 199.79º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084969 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB873105-
CMYK0.920.3000.59
HSL199.79º85.84%22.16%-
HSV(B)199.79º92.38%41.18%-
XYZ5.035.8414.23-
YUV57.21154.9792.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=4.30%
G=39.25%
B=56.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8731050.920.3000.59199.7985.8422.16
Hex849695C1E03Bc85616
Octal101111511343607331012626
Binary100010010011101001101110011110011101111001000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084969; }

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

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

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

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

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

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

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

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