#001777

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

Shades of Sapphire #001777

Tints of Sapphire #001777

Color information

#001777 (or 0x001777) is unknown color: approx Sapphire. HEX triplet: 00, 17 and 77. RGB value is (0,23,119). Sum of RGB (Red+Green+Blue) = 0+23+119=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #001777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001777 is #FFE888. Grayscale: #1A1A1A. Windows color (decimal): -16771209 or 7804672. OLE color: 7804672.

HSL color Cylindrical-coordinate representation of color #001777: hue angle of 228.4º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001777 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB023119-
CMYK10.8100.53
HSL228.4º100%23.33%-
HSV(B)228.4º100%46.67%-
XYZ3.641.9417.64-
YUV27.07179.88108.69-

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.20%
BLUE value IS 119 (46.88% from 255) = 83.80%
R=0%
G=16.20%
B=83.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal02311910.8100.53228.410023.33
Hex017776451035e46417
Octal02716714412106534414427
Binary010111111011111001001010001011010111100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001777; }

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

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

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

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

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

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

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

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