#084A70

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

Shades of Dark Cerulean #084A70

Tints of Dark Cerulean #084A70

Color information

#084A70 (or 0x084A70) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 70. RGB value is (8,74,112). Sum of RGB (Red+Green+Blue) = 8+74+112=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #084A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A70 is #F7B58F. Grayscale: #3A3A3A. Windows color (decimal): -16233872 or 7358984. OLE color: 7358984.

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

Color convert

RGB874112-
CMYK0.930.3400.56
HSL201.92º86.67%23.53%-
HSV(B)201.92º92.86%43.92%-
XYZ5.476.1216.22-
YUV58.6158.1391.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=4.12%
G=38.14%
B=57.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8741120.930.3400.56201.9286.6723.53
Hex84A705D22038ca5718
Octal101121601354207031212730
Binary1000100101011100001011101100010011100011001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084A70; }

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

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

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

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

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

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

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

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