#17336A

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

Shades of Sapphire #17336A

Tints of Sapphire #17336A

Color information

#17336A (or 0x17336A) is unknown color: approx Sapphire. HEX triplet: 17, 33 and 6A. RGB value is (23,51,106). Sum of RGB (Red+Green+Blue) = 23+51+106=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #17336A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17336A is #E8CC95. Grayscale: #303030. Windows color (decimal): -15256726 or 6959895. OLE color: 6959895.

HSL color Cylindrical-coordinate representation of color #17336A: hue angle of 219.76º 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 #17336A is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2351106-
CMYK0.780.5200.58
HSL219.76º64.34%25.29%-
HSV(B)219.76º78.3%41.57%-
XYZ4.143.5914.11-
YUV48.9160.22109.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.78%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 106 (41.80% from 255) = 58.89%
R=12.78%
G=28.33%
B=58.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23511060.780.5200.58219.7664.3425.29
Hex17336A4E3403Adc4019
Octal27631521166407233410031
Binary1011111001111010101001110110100011101011011100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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