#084186

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

Shades of Dark Cerulean #084186

Tints of Dark Cerulean #084186

Color information

#084186 (or 0x084186) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 86. RGB value is (8,65,134). Sum of RGB (Red+Green+Blue) = 8+65+134=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #084186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084186 is #F7BE79. Grayscale: #373737. Windows color (decimal): -16236154 or 8798472. OLE color: 8798472.

HSL color Cylindrical-coordinate representation of color #084186: hue angle of 212.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084186 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB865134-
CMYK0.940.5100.47
HSL212.86º88.73%27.84%-
HSV(B)212.86º94.03%52.55%-
XYZ6.295.5523.29-
YUV55.82172.1293.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=3.86%
G=31.40%
B=64.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8651340.940.5100.47212.8688.7327.84
Hex841865E3302Fd5591c
Octal101012061366305732513134
Binary10001000001100001101011110110011010111111010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084186; }

 p { color: rgb(8,65,134); }

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

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

 a { background-color: rgb(8,65,134); }

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

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

 span { border-color: rgb(8,65,134); }

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