#084769

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

Shades of Dark Cerulean #084769

Tints of Dark Cerulean #084769

Color information

#084769 (or 0x084769) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 69. RGB value is (8,71,105). Sum of RGB (Red+Green+Blue) = 8+71+105=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #084769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084769 is #F7B896. Grayscale: #373737. Windows color (decimal): -16234647 or 6899464. OLE color: 6899464.

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

Color convert

RGB871105-
CMYK0.920.3200.59
HSL201.03º85.84%22.16%-
HSV(B)201.03º92.38%41.18%-
XYZ4.95.5814.18-
YUV56.04155.6393.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=4.35%
G=38.59%
B=57.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8711050.920.3200.59201.0385.8422.16
Hex847695C2003Bc95616
Octal101071511344007331112626
Binary1000100011111010011011100100000011101111001001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084769; }

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

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

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

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

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

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

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

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