#001F48

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

Shades of Sapphire #001F48

Tints of Sapphire #001F48

Color information

#001F48 (or 0x001F48) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 48. RGB value is (0,31,72). Sum of RGB (Red+Green+Blue) = 0+31+72=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #001F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F48 is #FFE0B7. Grayscale: #1A1A1A. Windows color (decimal): -16769208 or 4726528. OLE color: 4726528.

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

Color convert

RGB03172-
CMYK10.5700.72
HSL214.17º100%14.12%-
HSV(B)214.17º100%28.24%-
XYZ1.661.456.32-
YUV26.4153.73109.17-

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.10%
BLUE value IS 72 (28.52% from 255) = 69.90%
R=0%
G=30.10%
B=69.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0317210.5700.72214.1710014.12
Hex01F486439048d664e
Octal03711014471011032614416
Binary01111110010001100100111001010010001101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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