#17327A

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

Shades of Sapphire #17327A

Tints of Sapphire #17327A

Color information

#17327A (or 0x17327A) is unknown color: approx Sapphire. HEX triplet: 17, 32 and 7A. RGB value is (23,50,122). Sum of RGB (Red+Green+Blue) = 23+50+122=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #17327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17327A is #E8CD85. Grayscale: #313131. Windows color (decimal): -15256966 or 8008215. OLE color: 8008215.

HSL color Cylindrical-coordinate representation of color #17327A: hue angle of 223.64º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17327A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2350122-
CMYK0.810.5900.52
HSL223.64º68.28%28.43%-
HSV(B)223.64º81.15%47.84%-
XYZ5.013.8718.9-
YUV50.14168.55108.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=11.79%
G=25.64%
B=62.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23501220.810.5900.52223.6468.2828.43
Hex17327A513B034e0441c
Octal27621721217306434010434
Binary1011111001011110101010001111011011010011100000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17327A; }

 p { color: rgb(23,50,122); }

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

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

 a { background-color: rgb(23,50,122); }

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

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

 span { border-color: rgb(23,50,122); }

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