#17296B

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

Shades of Sapphire #17296B

Tints of Sapphire #17296B

Color information

#17296B (or 0x17296B) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 6B. RGB value is (23,41,107). Sum of RGB (Red+Green+Blue) = 23+41+107=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #17296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17296B is #E8D694. Grayscale: #2A2A2A. Windows color (decimal): -15259285 or 7022871. OLE color: 7022871.

HSL color Cylindrical-coordinate representation of color #17296B: hue angle of 227.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17296B is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2341107-
CMYK0.790.6200.58
HSL227.14º64.62%25.49%-
HSV(B)227.14º78.5%41.96%-
XYZ3.82.8314.26-
YUV43.14164.04113.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=13.45%
G=23.98%
B=62.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23411070.790.6200.58227.1464.6225.49
Hex17296B4F3E03Ae34119
Octal27511531177607234310131
Binary1011110100111010111001111111110011101011100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17296B; }

 p { color: rgb(23,41,107); }

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

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

 a { background-color: rgb(23,41,107); }

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

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

 span { border-color: rgb(23,41,107); }

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