#163277

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

Shades of Sapphire #163277

Tints of Sapphire #163277

Color information

#163277 (or 0x163277) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 77. RGB value is (22,50,119). Sum of RGB (Red+Green+Blue) = 22+50+119=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #163277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163277 is #E9CD88. Grayscale: #313131. Windows color (decimal): -15322505 or 7811606. OLE color: 7811606.

HSL color Cylindrical-coordinate representation of color #163277: hue angle of 222.68º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163277 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2250119-
CMYK0.820.5800.53
HSL222.68º68.79%27.65%-
HSV(B)222.68º81.51%46.67%-
XYZ4.83.7817.93-
YUV49.49167.22108.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=11.52%
G=26.18%
B=62.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22501190.820.5800.53222.6868.7927.65
Hex163277523A035df451c
Octal26621671227206533710534
Binary1011011001011101111010010111010011010111011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163277; }

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

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

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

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

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

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

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

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