#084070

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

Shades of Dark Cerulean #084070

Tints of Dark Cerulean #084070

Color information

#084070 (or 0x084070) is unknown color: approx Dark Cerulean. HEX triplet: 08, 40 and 70. RGB value is (8,64,112). Sum of RGB (Red+Green+Blue) = 8+64+112=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #084070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084070 is #F7BF8F. Grayscale: #343434. Windows color (decimal): -16236432 or 7356424. OLE color: 7356424.

HSL color Cylindrical-coordinate representation of color #084070: hue angle of 207.69º 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 #084070 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB864112-
CMYK0.930.4300.56
HSL207.69º86.67%23.53%-
HSV(B)207.69º92.86%43.92%-
XYZ4.864.8916.02-
YUV52.73161.4596.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=4.35%
G=34.78%
B=60.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8641120.930.4300.56207.6986.6723.53
Hex840705D2B038d05718
Octal101001601355307032012730
Binary1000100000011100001011101101011011100011010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084070; }

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

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

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

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

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

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

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

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