#084B6A

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

Shades of Dark Cerulean #084B6A

Tints of Dark Cerulean #084B6A

Color information

#084B6A (or 0x084B6A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 6A. RGB value is (8,75,106). Sum of RGB (Red+Green+Blue) = 8+75+106=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #084B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B6A is #F7B495. Grayscale: #3A3A3A. Windows color (decimal): -16233622 or 6966024. OLE color: 6966024.

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

Color convert

RGB875106-
CMYK0.920.2900.58
HSL198.98º85.96%22.35%-
HSV(B)198.98º92.45%41.57%-
XYZ5.226.1214.54-
YUV58.5154.891.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=4.23%
G=39.68%
B=56.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8751060.920.2900.58198.9885.9622.35
Hex84B6A5C1D03Ac75616
Octal101131521343507230712626
Binary100010010111101010101110011101011101011000111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,75,106); }

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

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

 a { background-color: rgb(8,75,106); }

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

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

 span { border-color: rgb(8,75,106); }

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