Html Css Color HEX #175265 Arapawa

📋 copy color: '#175265'

red 23 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #175265

Tints of Arapawa #175265

RGB

 RED value IS 23 (9.38% from 255) = 11.17%

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 11.17%
G = 39.81%
B = 49.03%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#175265 (or 0x175265) is known color: Arapawa. HEX triplet: 17, 52 and 65. RGB value is (23,82,101). Sum of RGB (Red+Green+Blue) = 23+82+101=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #175265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175265 is #E8AD9A. Grayscale: #424242. Windows color (decimal): -15248795 or 6640151. OLE color: 6640151.

HSL color Cylindrical-coordinate representation of color #175265: hue angle of 194.62º 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 #175265 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 82 101 -
CMYK 0.77 0.19 0 0.60
HSL 194.62º 0.63% 0.24% -
HSV(B) 194.62º 0.77% 0.4% -
XYZ 5.72 7.16 13.39 -
YUV 66.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 23 82 101 0.77 0.19 0 0.60 194.62 0.63 0.24
Hex 17 52 65 4D 13 0 3C C3 3F 18
Octal 27 122 145 115 23 0 74 303 77 30
Binary 10111 1010010 1100101 1001101 10011 0 111100 11000011 111111 11000

Color Harmonies of #175265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175265

Black with #175265

Text Example


Text Example

White with #175265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175265; }

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

 H1.HeaderClassName
 {
   color: #175265;
 }
 .AnyTagClassName
 {
   color: #175265;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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