#011F7A

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

Shades of Sapphire #011F7A

Tints of Sapphire #011F7A

Color information

#011F7A (or 0x011F7A) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 7A. RGB value is (1,31,122). Sum of RGB (Red+Green+Blue) = 1+31+122=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #011F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F7A is #FEE085. Grayscale: #202020. Windows color (decimal): -16703622 or 8003329. OLE color: 8003329.

HSL color Cylindrical-coordinate representation of color #011F7A: hue angle of 225.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F7A is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB131122-
CMYK0.990.7500.52
HSL225.12º98.37%24.12%-
HSV(B)225.12º99.18%47.84%-
XYZ4.022.3918.66-
YUV32.4178.56105.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 122 (48.05% from 255) = 79.22%
R=0.65%
G=20.13%
B=79.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1311220.990.7500.52225.1298.3724.12
Hex11F7A634B034e16218
Octal13717214311306434114230
Binary111111111101011000111001011011010011100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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