#001F47

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

Shades of Sapphire #001F47

Tints of Sapphire #001F47

Color information

#001F47 (or 0x001F47) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 47. RGB value is (0,31,71). Sum of RGB (Red+Green+Blue) = 0+31+71=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #001F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F47 is #FFE0B8. Grayscale: #1A1A1A. Windows color (decimal): -16769209 or 4660992. OLE color: 4660992.

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

Color convert

RGB03171-
CMYK10.5600.72
HSL213.8º100%13.92%-
HSV(B)213.8º100%27.84%-
XYZ1.631.436.15-
YUV26.29153.23109.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 71 (28.12% from 255) = 69.61%
R=0%
G=30.39%
B=69.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0317110.5600.72213.810013.92
Hex01F476438048d664e
Octal03710714470011032614416
Binary01111110001111100100111000010010001101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F47; }

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

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

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

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

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

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

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

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