#015486

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

Shades of Dark Cerulean #015486

Tints of Dark Cerulean #015486

Color information

#015486 (or 0x015486) is unknown color: approx Dark Cerulean. HEX triplet: 01, 54 and 86. RGB value is (1,84,134). Sum of RGB (Red+Green+Blue) = 1+84+134=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #015486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015486 is #FEAB79. Grayscale: #404040. Windows color (decimal): -16690042 or 8803329. OLE color: 8803329.

HSL color Cylindrical-coordinate representation of color #015486: hue angle of 202.56º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015486 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB184134-
CMYK0.990.3700.47
HSL202.56º98.52%26.47%-
HSV(B)202.56º99.25%52.55%-
XYZ7.498.0723.72-
YUV64.8816782.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=0.46%
G=38.36%
B=61.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1841340.990.3700.47202.5698.5226.47
Hex15486632502Fcb631a
Octal11242061434505731314332
Binary11010100100001101100011100101010111111001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015486; }

 p { color: rgb(1,84,134); }

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

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

 a { background-color: rgb(1,84,134); }

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

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

 span { border-color: rgb(1,84,134); }

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