#011F75

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

Shades of Sapphire #011F75

Tints of Sapphire #011F75

Color information

#011F75 (or 0x011F75) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 75. RGB value is (1,31,117). Sum of RGB (Red+Green+Blue) = 1+31+117=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #011F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F75 is #FEE08A. Grayscale: #1F1F1F. Windows color (decimal): -16703627 or 7675649. OLE color: 7675649.

HSL color Cylindrical-coordinate representation of color #011F75: hue angle of 224.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F75 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB131117-
CMYK0.990.7400.54
HSL224.48º98.31%23.14%-
HSV(B)224.48º99.15%45.88%-
XYZ3.712.2717.07-
YUV31.83176.06106.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=0.67%
G=20.81%
B=78.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1311170.990.7400.54224.4898.3123.14
Hex11F75634A036e06217
Octal13716514311206634014227
Binary111111111010111000111001010011011011100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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