#17346A

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

Shades of Sapphire #17346A

Tints of Sapphire #17346A

Color information

#17346A (or 0x17346A) is unknown color: approx Sapphire. HEX triplet: 17, 34 and 6A. RGB value is (23,52,106). Sum of RGB (Red+Green+Blue) = 23+52+106=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #17346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17346A is #E8CB95. Grayscale: #313131. Windows color (decimal): -15256470 or 6960151. OLE color: 6960151.

HSL color Cylindrical-coordinate representation of color #17346A: hue angle of 219.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17346A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2352106-
CMYK0.780.5100.58
HSL219.04º64.34%25.29%-
HSV(B)219.04º78.3%41.57%-
XYZ4.183.6814.13-
YUV49.48159.89109.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.71%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 106 (41.80% from 255) = 58.56%
R=12.71%
G=28.73%
B=58.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23521060.780.5100.58219.0464.3425.29
Hex17346A4E3303Adb4019
Octal27641521166307233310031
Binary1011111010011010101001110110011011101011011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,52,106); }

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

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

 a { background-color: rgb(23,52,106); }

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

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

 span { border-color: rgb(23,52,106); }

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