#001947

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

Shades of Sapphire #001947

Tints of Sapphire #001947

Color information

#001947 (or 0x001947) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 47. RGB value is (0,25,71). Sum of RGB (Red+Green+Blue) = 0+25+71=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #001947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001947 is #FFE6B8. Grayscale: #161616. Windows color (decimal): -16770745 or 4659456. OLE color: 4659456.

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

Color convert

RGB02571-
CMYK10.6500.72
HSL218.87º100%13.92%-
HSV(B)218.87º100%27.84%-
XYZ1.481.156.1-
YUV22.77155.22111.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 71 (28.12% from 255) = 73.96%
R=0%
G=26.04%
B=73.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0257110.6500.72218.8710013.92
Hex019476441048db64e
Octal031107144101011033314416
Binary011001100011111001001000001010010001101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001947; }

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

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

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

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

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

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

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

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