#001F61

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

Shades of Sapphire #001F61

Tints of Sapphire #001F61

Color information

#001F61 (or 0x001F61) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 61. RGB value is (0,31,97). Sum of RGB (Red+Green+Blue) = 0+31+97=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #001F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F61 is #FFE09E. Grayscale: #1C1C1C. Windows color (decimal): -16769183 or 6364928. OLE color: 6364928.

HSL color Cylindrical-coordinate representation of color #001F61: hue angle of 220.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F61 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB03197-
CMYK10.6800.62
HSL220.82º100%19.02%-
HSV(B)220.82º100%38.04%-
XYZ2.651.8411.53-
YUV29.26166.23107.13-

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) = 24.22%
BLUE value IS 97 (38.28% from 255) = 75.78%
R=0%
G=24.22%
B=75.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0319710.6800.62220.8210019.02
Hex01F61644403Edd6413
Octal03714114410407633514423
Binary011111110000111001001000100011111011011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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