#01114C

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

Shades of Sapphire #01114C

Tints of Sapphire #01114C

Color information

#01114C (or 0x01114C) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 4C. RGB value is (1,17,76). Sum of RGB (Red+Green+Blue) = 1+17+76=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #01114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01114C is #FEEEB3. Grayscale: #121212. Windows color (decimal): -16707252 or 4985089. OLE color: 4985089.

HSL color Cylindrical-coordinate representation of color #01114C: hue angle of 227.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01114C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB11776-
CMYK0.990.7800.70
HSL227.2º97.4%15.1%-
HSV(B)227.2º98.68%29.8%-
XYZ1.520.936.94-
YUV18.94160.2115.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 76 (30.08% from 255) = 80.85%
R=1.06%
G=18.09%
B=80.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal117760.990.7800.70227.297.415.1
Hex1114C634E046e361f
Octal121114143116010634314117
Binary110001100110011000111001110010001101110001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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