#011955

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

Shades of Sapphire #011955

Tints of Sapphire #011955

Color information

#011955 (or 0x011955) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 55. RGB value is (1,25,85). Sum of RGB (Red+Green+Blue) = 1+25+85=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #011955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011955 is #FEE6AA. Grayscale: #181818. Windows color (decimal): -16705195 or 5576961. OLE color: 5576961.

HSL color Cylindrical-coordinate representation of color #011955: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011955 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12585-
CMYK0.990.7100.67
HSL222.86º97.67%16.86%-
HSV(B)222.86º98.82%33.33%-
XYZ21.368.75-
YUV24.66162.05111.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 85 (33.59% from 255) = 76.58%
R=0.90%
G=22.52%
B=76.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal125850.990.7100.67222.8697.6716.86
Hex119556347043df6211
Octal131125143107010333714221
Binary1110011010101110001110001110100001111011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011955; }

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

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

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

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

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

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

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

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