#011962

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

Shades of Sapphire #011962

Tints of Sapphire #011962

Color information

#011962 (or 0x011962) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 62. RGB value is (1,25,98). Sum of RGB (Red+Green+Blue) = 1+25+98=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #011962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011962 is #FEE69D. Grayscale: #191919. Windows color (decimal): -16705182 or 6428929. OLE color: 6428929.

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

Color convert

RGB12598-
CMYK0.990.7400.62
HSL225.15º97.98%19.41%-
HSV(B)225.15º98.98%38.43%-
XYZ2.561.5811.73-
YUV26.15168.55110.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=0.81%
G=20.16%
B=79.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal125980.990.7400.62225.1597.9819.41
Hex11962634A03Ee16213
Octal13114214311207634114223
Binary111001110001011000111001010011111011100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011962; }

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

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

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

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

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

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

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

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