#084A6B

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

Shades of Dark Cerulean #084A6B

Tints of Dark Cerulean #084A6B

Color information

#084A6B (or 0x084A6B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 6B. RGB value is (8,74,107). Sum of RGB (Red+Green+Blue) = 8+74+107=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #084A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6B is #F7B594. Grayscale: #393939. Windows color (decimal): -16233877 or 7031304. OLE color: 7031304.

HSL color Cylindrical-coordinate representation of color #084A6B: hue angle of 200º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A6B is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB874107-
CMYK0.930.3100.58
HSL200º86.09%22.55%-
HSV(B)200º92.52%41.96%-
XYZ5.26.0114.8-
YUV58.03155.6392.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=4.23%
G=39.15%
B=56.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8741070.930.3100.5820086.0922.55
Hex84A6B5D1F03Ac85617
Octal101121531353707231012627
Binary100010010101101011101110111111011101011001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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