#011865

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

Shades of Sapphire #011865

Tints of Sapphire #011865

Color information

#011865 (or 0x011865) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 65. RGB value is (1,24,101). Sum of RGB (Red+Green+Blue) = 1+24+101=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #011865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011865 is #FEE79A. Grayscale: #191919. Windows color (decimal): -16705435 or 6625281. OLE color: 6625281.

HSL color Cylindrical-coordinate representation of color #011865: hue angle of 226.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011865 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB124101-
CMYK0.990.7600.60
HSL226.2º98.04%20%-
HSV(B)226.2º99.01%39.61%-
XYZ2.691.612.48-
YUV25.9170.38110.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 101 (39.84% from 255) = 80.16%
R=0.79%
G=19.05%
B=80.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1241010.990.7600.60226.298.0420
Hex11865634C03Ce26214
Octal13014514311407434214224
Binary111000110010111000111001100011110011100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011865; }

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

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

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

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

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

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

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

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