#084170

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

Shades of Dark Cerulean #084170

Tints of Dark Cerulean #084170

Color information

#084170 (or 0x084170) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 70. RGB value is (8,65,112). Sum of RGB (Red+Green+Blue) = 8+65+112=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #084170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084170 is #F7BE8F. Grayscale: #353535. Windows color (decimal): -16236176 or 7356680. OLE color: 7356680.

HSL color Cylindrical-coordinate representation of color #084170: hue angle of 207.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084170 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB865112-
CMYK0.930.4200.56
HSL207.12º86.67%23.53%-
HSV(B)207.12º92.86%43.92%-
XYZ4.92516.04-
YUV53.32161.1295.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=4.32%
G=35.14%
B=60.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8651120.930.4200.56207.1286.6723.53
Hex841705D2A038cf5718
Octal101011601355207031712730
Binary1000100000111100001011101101010011100011001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084170; }

 p { color: rgb(8,65,112); }

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

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

 a { background-color: rgb(8,65,112); }

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

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

 span { border-color: rgb(8,65,112); }

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