#084869

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

Shades of Dark Cerulean #084869

Tints of Dark Cerulean #084869

Color information

#084869 (or 0x084869) is unknown color: approx Dark Cerulean. HEX triplet: 08, 48 and 69. RGB value is (8,72,105). Sum of RGB (Red+Green+Blue) = 8+72+105=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #084869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084869 is #F7B796. Grayscale: #383838. Windows color (decimal): -16234391 or 6899720. OLE color: 6899720.

HSL color Cylindrical-coordinate representation of color #084869: hue angle of 200.41º 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 #084869 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB872105-
CMYK0.920.3100.59
HSL200.41º85.84%22.16%-
HSV(B)200.41º92.38%41.18%-
XYZ4.975.7114.2-
YUV56.63155.393.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=4.32%
G=38.92%
B=56.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8721050.920.3100.59200.4185.8422.16
Hex848695C1F03Bc85616
Octal101101511343707331012626
Binary100010010001101001101110011111011101111001000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084869; }

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

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

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

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

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

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

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

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