Html Css Color HEX #175065 Arapawa

📋 copy color: '#175065'

red 23 ◦ green 80 ◦ blue 101

#175065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #175065

Tints of Arapawa #175065

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 value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#175065 (or 0x175065) is known color: 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

RGB 23 80 101 -
CMYK 0.77 0.21 0 0.60
HSL 196.15º 0.63% 0.24% -
HSV(B) 196.15º 0.77% 0.4% -
XYZ 5.57 6.86 13.34 -
YUV 65.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 23 80 101 0.77 0.21 0 0.60 196.15 0.63 0.24
Hex 17 50 65 4D 15 0 3C C4 3F 18
Octal 27 120 145 115 25 0 74 304 77 30
Binary 10111 1010000 1100101 1001101 10101 0 111100 11000100 111111 11000

Color Harmonies of #175065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175065

Black with #175065

Text Example


Text Example

White with #175065

Text Example


Text Example

HTML Codes & Css Web 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>