#001447

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

Shades of Sapphire #001447

Tints of Sapphire #001447

Color information

#001447 (or 0x001447) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 47. RGB value is (0,20,71). Sum of RGB (Red+Green+Blue) = 0+20+71=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #001447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001447 is #FFEBB8. Grayscale: #131313. Windows color (decimal): -16772025 or 4658176. OLE color: 4658176.

HSL color Cylindrical-coordinate representation of color #001447: hue angle of 223.1º 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 #001447 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB02071-
CMYK10.7200.72
HSL223.1º100%13.92%-
HSV(B)223.1º100%27.84%-
XYZ1.390.966.07-
YUV19.83156.87113.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=0%
G=21.98%
B=78.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0207110.7200.72223.110013.92
Hex014476448048df64e
Octal024107144110011033714416
Binary010100100011111001001001000010010001101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001447; }

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

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

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

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

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

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

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

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