#011F62

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

Shades of Sapphire #011F62

Tints of Sapphire #011F62

Color information

#011F62 (or 0x011F62) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 62. RGB value is (1,31,98). Sum of RGB (Red+Green+Blue) = 1+31+98=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #011F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F62 is #FEE09D. Grayscale: #1D1D1D. Windows color (decimal): -16703646 or 6430465. OLE color: 6430465.

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

Color convert

RGB13198-
CMYK0.990.6800.62
HSL221.44º97.98%19.41%-
HSV(B)221.44º98.98%38.43%-
XYZ2.711.8711.77-
YUV29.67166.56107.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 98 (38.67% from 255) = 75.38%
R=0.77%
G=23.85%
B=75.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal131980.990.6800.62221.4497.9819.41
Hex11F62634403Edd6213
Octal13714214310407633514223
Binary111111110001011000111000100011111011011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F62; }

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

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

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

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

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

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

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

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