#001F4F

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

Shades of Sapphire #001F4F

Tints of Sapphire #001F4F

Color information

#001F4F (or 0x001F4F) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 4F. RGB value is (0,31,79). Sum of RGB (Red+Green+Blue) = 0+31+79=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #001F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F4F is #FFE0B0. Grayscale: #1A1A1A. Windows color (decimal): -16769201 or 5185280. OLE color: 5185280.

HSL color Cylindrical-coordinate representation of color #001F4F: hue angle of 216.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F4F is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB03179-
CMYK10.6100.69
HSL216.46º100%15.49%-
HSV(B)216.46º100%30.98%-
XYZ1.91.547.6-
YUV27.2157.23108.6-

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) = 28.18%
BLUE value IS 79 (31.25% from 255) = 71.82%
R=0%
G=28.18%
B=71.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0317910.6100.69216.4610015.49
Hex01F4F643D045d864f
Octal03711714475010533014417
Binary01111110011111100100111101010001011101100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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