#001771

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

Shades of Sapphire #001771

Tints of Sapphire #001771

Color information

#001771 (or 0x001771) is unknown color: approx Sapphire. HEX triplet: 00, 17 and 71. RGB value is (0,23,113). Sum of RGB (Red+Green+Blue) = 0+23+113=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #001771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001771 is #FFE88E. Grayscale: #1A1A1A. Windows color (decimal): -16771215 or 7411456. OLE color: 7411456.

HSL color Cylindrical-coordinate representation of color #001771: hue angle of 227.79º 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 #001771 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB023113-
CMYK10.8000.56
HSL227.79º100%22.16%-
HSV(B)227.79º100%44.31%-
XYZ3.291.8115.8-
YUV26.38176.88109.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 113 (44.53% from 255) = 83.09%
R=0%
G=16.91%
B=83.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal02311310.8000.56227.7910022.16
Hex017716450038e46416
Octal02716114412007034414426
Binary010111111000111001001010000011100011100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001771; }

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

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

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

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

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

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

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

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