#001A71

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

Shades of Sapphire #001A71

Tints of Sapphire #001A71

Color information

#001A71 (or 0x001A71) is unknown color: approx Sapphire. HEX triplet: 00, 1A and 71. RGB value is (0,26,113). Sum of RGB (Red+Green+Blue) = 0+26+113=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #001A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A71 is #FFE58E. Grayscale: #1B1B1B. Windows color (decimal): -16770447 or 7412224. OLE color: 7412224.

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

Color convert

RGB026113-
CMYK10.7700.56
HSL226.19º100%22.16%-
HSV(B)226.19º100%44.31%-
XYZ3.351.9315.82-
YUV28.14175.89107.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 113 (44.53% from 255) = 81.29%
R=0%
G=18.71%
B=81.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal02611310.7700.56226.1910022.16
Hex01A71644D038e26416
Octal03216114411507034214426
Binary011010111000111001001001101011100011100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,26,113); }

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

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

 a { background-color: rgb(0,26,113); }

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

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

 span { border-color: rgb(0,26,113); }

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