#01114F

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

Shades of Sapphire #01114F

Tints of Sapphire #01114F

Color information

#01114F (or 0x01114F) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 4F. RGB value is (1,17,79). Sum of RGB (Red+Green+Blue) = 1+17+79=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #01114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01114F is #FEEEB0. Grayscale: #131313. Windows color (decimal): -16707249 or 5181697. OLE color: 5181697.

HSL color Cylindrical-coordinate representation of color #01114F: hue angle of 227.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01114F is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11779-
CMYK0.990.7800.69
HSL227.69º97.5%15.69%-
HSV(B)227.69º98.73%30.98%-
XYZ1.620.977.5-
YUV19.28161.7114.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 79 (31.25% from 255) = 81.44%
R=1.03%
G=17.53%
B=81.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal117790.990.7800.69227.6997.515.69
Hex1114F634E045e46210
Octal121117143116010534414220
Binary1100011001111110001110011100100010111100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01114F; }

 p { color: rgb(1,17,79); }

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

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

 a { background-color: rgb(1,17,79); }

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

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

 span { border-color: rgb(1,17,79); }

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