#011862

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

Shades of Sapphire #011862

Tints of Sapphire #011862

Color information

#011862 (or 0x011862) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 62. RGB value is (1,24,98). Sum of RGB (Red+Green+Blue) = 1+24+98=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #011862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011862 is #FEE79D. Grayscale: #191919. Windows color (decimal): -16705438 or 6428673. OLE color: 6428673.

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

Color convert

RGB12498-
CMYK0.990.7600.62
HSL225.77º97.98%19.41%-
HSV(B)225.77º98.98%38.43%-
XYZ2.541.5411.72-
YUV25.56168.88110.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 98 (38.67% from 255) = 79.67%
R=0.81%
G=19.51%
B=79.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal124980.990.7600.62225.7797.9819.41
Hex11862634C03Ee26213
Octal13014214311407634214223
Binary111000110001011000111001100011111011100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011862; }

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

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

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

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

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

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

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

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