#011262

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

Shades of Sapphire #011262

Tints of Sapphire #011262

Color information

#011262 (or 0x011262) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 62. RGB value is (1,18,98). Sum of RGB (Red+Green+Blue) = 1+18+98=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #011262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011262 is #FEED9D. Grayscale: #151515. Windows color (decimal): -16706974 or 6427137. OLE color: 6427137.

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

Color convert

RGB11898-
CMYK0.990.8200.62
HSL229.48º97.98%19.41%-
HSV(B)229.48º98.98%38.43%-
XYZ2.431.3211.68-
YUV22.04170.87113-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 98 (38.67% from 255) = 83.76%
R=0.85%
G=15.38%
B=83.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal118980.990.8200.62229.4897.9819.41
Hex11262635203Ee56213
Octal12214214312207634514223
Binary110010110001011000111010010011111011100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011262; }

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

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

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

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

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

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

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

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