#011349

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

Shades of Sapphire #011349

Tints of Sapphire #011349

Color information

#011349 (or 0x011349) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 49. RGB value is (1,19,73). Sum of RGB (Red+Green+Blue) = 1+19+73=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #011349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011349 is #FEECB6. Grayscale: #131313. Windows color (decimal): -16706743 or 4788993. OLE color: 4788993.

HSL color Cylindrical-coordinate representation of color #011349: hue angle of 225º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011349 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11973-
CMYK0.990.7400.71
HSL225º97.3%14.51%-
HSV(B)225º98.63%28.63%-
XYZ1.450.956.41-
YUV19.77158.04114.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 73 (28.91% from 255) = 78.49%
R=1.08%
G=20.43%
B=78.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal119730.990.7400.7122597.314.51
Hex11349634A047e161f
Octal123111143112010734114117
Binary110011100100111000111001010010001111110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011349; }

 p { color: rgb(1,19,73); }

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

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

 a { background-color: rgb(1,19,73); }

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

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

 span { border-color: rgb(1,19,73); }

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