#084670

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

Shades of Dark Cerulean #084670

Tints of Dark Cerulean #084670

Color information

#084670 (or 0x084670) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 70. RGB value is (8,70,112). Sum of RGB (Red+Green+Blue) = 8+70+112=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #084670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084670 is #F7B98F. Grayscale: #383838. Windows color (decimal): -16234896 or 7357960. OLE color: 7357960.

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

Color convert

RGB870112-
CMYK0.930.3800.56
HSL204.23º86.67%23.53%-
HSV(B)204.23º92.86%43.92%-
XYZ5.215.616.14-
YUV56.25159.4693.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=4.21%
G=36.84%
B=58.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8701120.930.3800.56204.2386.6723.53
Hex846705D26038cc5718
Octal101061601354607031412730
Binary1000100011011100001011101100110011100011001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084670; }

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

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

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

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

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

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

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

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