#001F46

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

Shades of Sapphire #001F46

Tints of Sapphire #001F46

Color information

#001F46 (or 0x001F46) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 46. RGB value is (0,31,70). Sum of RGB (Red+Green+Blue) = 0+31+70=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #001F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F46 is #FFE0B9. Grayscale: #191919. Windows color (decimal): -16769210 or 4595456. OLE color: 4595456.

HSL color Cylindrical-coordinate representation of color #001F46: hue angle of 213.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F46 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03170-
CMYK10.5600.73
HSL213.43º100%13.73%-
HSV(B)213.43º100%27.45%-
XYZ1.61.425.98-
YUV26.18152.73109.33-

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.69%
BLUE value IS 70 (27.73% from 255) = 69.31%
R=0%
G=30.69%
B=69.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0317010.5600.73213.4310013.73
Hex01F466438049d564e
Octal03710614470011132514416
Binary01111110001101100100111000010010011101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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