#001F55

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

Shades of Sapphire #001F55

Tints of Sapphire #001F55

Color information

#001F55 (or 0x001F55) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 55. RGB value is (0,31,85). Sum of RGB (Red+Green+Blue) = 0+31+85=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #001F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F55 is #FFE0AA. Grayscale: #1B1B1B. Windows color (decimal): -16769195 or 5578496. OLE color: 5578496.

HSL color Cylindrical-coordinate representation of color #001F55: hue angle of 218.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F55 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03185-
CMYK10.6400.67
HSL218.12º100%16.67%-
HSV(B)218.12º100%33.33%-
XYZ2.131.648.8-
YUV27.89160.23108.11-

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) = 26.72%
BLUE value IS 85 (33.59% from 255) = 73.28%
R=0%
G=26.72%
B=73.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0318510.6400.67218.1210016.67
Hex01F556440043da6411
Octal037125144100010333214421
Binary0111111010101110010010000000100001111011010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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