#084A6F

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

Shades of Dark Cerulean #084A6F

Tints of Dark Cerulean #084A6F

Color information

#084A6F (or 0x084A6F) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 6F. RGB value is (8,74,111). Sum of RGB (Red+Green+Blue) = 8+74+111=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #084A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6F is #F7B590. Grayscale: #3A3A3A. Windows color (decimal): -16233873 or 7293448. OLE color: 7293448.

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

Color convert

RGB874111-
CMYK0.930.3300.56
HSL201.55º86.55%23.33%-
HSV(B)201.55º92.79%43.53%-
XYZ5.426.115.93-
YUV58.48157.6391.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=4.15%
G=38.34%
B=57.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8741110.930.3300.56201.5586.5523.33
Hex84A6F5D21038ca5717
Octal101121571354107031212727
Binary1000100101011011111011101100001011100011001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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