#17648C

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

Shades of Allports #17648C

Tints of Allports #17648C

Color information

#17648C (or 0x17648C) is unknown color: approx Allports. HEX triplet: 17, 64 and 8C. RGB value is (23,100,140). Sum of RGB (Red+Green+Blue) = 23+100+140=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #17648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17648C is #E89B73. Grayscale: #515151. Windows color (decimal): -15244148 or 9200663. OLE color: 9200663.

HSL color Cylindrical-coordinate representation of color #17648C: hue angle of 200.51º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17648C is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB23100140-
CMYK0.840.2900.45
HSL200.51º71.78%31.96%-
HSV(B)200.51º83.57%54.9%-
XYZ9.6411.1926.46-
YUV81.54160.9986.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.75%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=8.75%
G=38.02%
B=53.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal231001400.840.2900.45200.5171.7831.96
Hex17648C541D02Dc94820
Octal271442141243505531111040
Binary101111100100100011001010100111010101101110010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17648C; }

 p { color: rgb(23,100,140); }

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

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

 a { background-color: rgb(23,100,140); }

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

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

 span { border-color: rgb(23,100,140); }

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