#001677

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

Shades of Sapphire #001677

Tints of Sapphire #001677

Color information

#001677 (or 0x001677) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 77. RGB value is (0,22,119). Sum of RGB (Red+Green+Blue) = 0+22+119=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #001677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001677 is #FFE988. Grayscale: #1A1A1A. Windows color (decimal): -16771465 or 7804416. OLE color: 7804416.

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

Color convert

RGB022119-
CMYK10.8200.53
HSL228.91º100%23.33%-
HSV(B)228.91º100%46.67%-
XYZ3.621.9117.63-
YUV26.48180.21109.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=0%
G=15.60%
B=84.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal02211910.8200.53228.9110023.33
Hex016776452035e56417
Octal02616714412206534514427
Binary010110111011111001001010010011010111100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001677; }

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

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

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

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

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

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

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

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