#015585

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

Shades of Dark Cerulean #015585

Tints of Dark Cerulean #015585

Color information

#015585 (or 0x015585) is unknown color: approx Dark Cerulean. HEX triplet: 01, 55 and 85. RGB value is (1,85,133). Sum of RGB (Red+Green+Blue) = 1+85+133=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #015585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015585 is #FEAA7A. Grayscale: #414141. Windows color (decimal): -16689787 or 8738049. OLE color: 8738049.

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

Color convert

RGB185133-
CMYK0.990.3600.48
HSL201.82º98.51%26.27%-
HSV(B)201.82º99.25%52.16%-
XYZ7.498.223.38-
YUV65.36166.1782.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=0.46%
G=38.81%
B=60.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1851330.990.3600.48201.8298.5126.27
Hex155856324030ca631a
Octal11252051434406031214332
Binary11010101100001011100011100100011000011001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015585; }

 p { color: rgb(1,85,133); }

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

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

 a { background-color: rgb(1,85,133); }

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

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

 span { border-color: rgb(1,85,133); }

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