#011855

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

Shades of Sapphire #011855

Tints of Sapphire #011855

Color information

#011855 (or 0x011855) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 55. RGB value is (1,24,85). Sum of RGB (Red+Green+Blue) = 1+24+85=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #011855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011855 is #FEE7AA. Grayscale: #171717. Windows color (decimal): -16705451 or 5576705. OLE color: 5576705.

HSL color Cylindrical-coordinate representation of color #011855: hue angle of 223.57º 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 #011855 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12485-
CMYK0.990.7200.67
HSL223.57º97.67%16.86%-
HSV(B)223.57º98.82%33.33%-
XYZ1.981.328.74-
YUV24.08162.38111.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=0.91%
G=21.82%
B=77.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal124850.990.7200.67223.5797.6716.86
Hex118556348043e06211
Octal130125143110010334014221
Binary1110001010101110001110010000100001111100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011855; }

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

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

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

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

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

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

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

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