#011947

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

Shades of Sapphire #011947

Tints of Sapphire #011947

Color information

#011947 (or 0x011947) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 47. RGB value is (1,25,71). Sum of RGB (Red+Green+Blue) = 1+25+71=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #011947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011947 is #FEE6B8. Grayscale: #161616. Windows color (decimal): -16705209 or 4659457. OLE color: 4659457.

HSL color Cylindrical-coordinate representation of color #011947: hue angle of 219.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011947 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB12571-
CMYK0.990.6500.72
HSL219.43º97.22%14.12%-
HSV(B)219.43º98.59%27.84%-
XYZ1.51.166.11-
YUV23.07155.05112.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 71 (28.12% from 255) = 73.20%
R=1.03%
G=25.77%
B=73.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal125710.990.6500.72219.4397.2214.12
Hex119476341048db61e
Octal131107143101011033314116
Binary111001100011111000111000001010010001101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011947; }

 p { color: rgb(1,25,71); }

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

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

 a { background-color: rgb(1,25,71); }

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

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

 span { border-color: rgb(1,25,71); }

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