#084C6A

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

Shades of Dark Cerulean #084C6A

Tints of Dark Cerulean #084C6A

Color information

#084C6A (or 0x084C6A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4C and 6A. RGB value is (8,76,106). Sum of RGB (Red+Green+Blue) = 8+76+106=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #084C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C6A is #F7B395. Grayscale: #3A3A3A. Windows color (decimal): -16233366 or 6966280. OLE color: 6966280.

HSL color Cylindrical-coordinate representation of color #084C6A: hue angle of 198.37º 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 #084C6A is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB876106-
CMYK0.920.2800.58
HSL198.37º85.96%22.35%-
HSV(B)198.37º92.45%41.57%-
XYZ5.296.2614.57-
YUV59.09154.4791.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 55.79%
R=4.21%
G=40%
B=55.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8761060.920.2800.58198.3785.9622.35
Hex84C6A5C1C03Ac65616
Octal101141521343407230612626
Binary100010011001101010101110011100011101011000110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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