#175065

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

Shades of Arapawa #175065

Tints of Arapawa #175065

Color information

#175065 (or 0x175065) is unknown color: approx Arapawa. HEX triplet: 17, 50 and 65. RGB value is (23,80,101). Sum of RGB (Red+Green+Blue) = 23+80+101=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #175065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175065 is #E8AF9A. Grayscale: #414141. Windows color (decimal): -15249307 or 6639639. OLE color: 6639639.

HSL color Cylindrical-coordinate representation of color #175065: hue angle of 196.15º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175065 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2380101-
CMYK0.770.2100.60
HSL196.15º62.9%24.31%-
HSV(B)196.15º77.23%39.61%-
XYZ5.576.8613.34-
YUV65.35148.1297.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=11.27%
G=39.22%
B=49.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23801010.770.2100.60196.1562.924.31
Hex1750654D1503Cc43f18
Octal27120145115250743047730
Binary101111010000110010110011011010101111001100010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175065; }

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

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

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

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

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

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

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

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