#011861

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

Shades of Sapphire #011861

Tints of Sapphire #011861

Color information

#011861 (or 0x011861) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 61. RGB value is (1,24,97). Sum of RGB (Red+Green+Blue) = 1+24+97=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #011861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011861 is #FEE79E. Grayscale: #191919. Windows color (decimal): -16705439 or 6363137. OLE color: 6363137.

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

Color convert

RGB12497-
CMYK0.990.7500.62
HSL225.62º97.96%19.22%-
HSV(B)225.62º98.97%38.04%-
XYZ2.51.5211.47-
YUV25.44168.38110.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 97 (38.28% from 255) = 79.51%
R=0.82%
G=19.67%
B=79.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal124970.990.7500.62225.6297.9619.22
Hex11861634B03Ee26213
Octal13014114311307634214223
Binary111000110000111000111001011011111011100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011861; }

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

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

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

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

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

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

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

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