#175063

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

Shades of Arapawa #175063

Tints of Arapawa #175063

Color information

#175063 (or 0x175063) is unknown color: approx Arapawa. HEX triplet: 17, 50 and 63. RGB value is (23,80,99). Sum of RGB (Red+Green+Blue) = 23+80+99=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #175063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175063 is #E8AF9C. Grayscale: #404040. Windows color (decimal): -15249309 or 6508567. OLE color: 6508567.

HSL color Cylindrical-coordinate representation of color #175063: hue angle of 195º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175063 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB238099-
CMYK0.770.1900.61
HSL195º62.3%23.92%-
HSV(B)195º76.77%38.82%-
XYZ5.476.8212.83-
YUV65.12147.1297.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=11.39%
G=39.60%
B=49.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2380990.770.1900.6119562.323.92
Hex1750634D1303Dc33e18
Octal27120143115230753037630
Binary101111010000110001110011011001101111011100001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175063; }

 p { color: rgb(23,80,99); }

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

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

 a { background-color: rgb(23,80,99); }

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

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

 span { border-color: rgb(23,80,99); }

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