Html Css Color HEX #17506A Arapawa

📋 copy color: '#17506A'

red 23 ◦ green 80 ◦ blue 106

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

Shades of Arapawa #17506A

Tints of Arapawa #17506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

 BLUE value IS 106 (41.8% from 255) = 50.72%

R = 11%
G = 38.28%
B = 50.72%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17506A (or 0x17506A) is known color: Arapawa. HEX triplet: 17, 50 and 6A. RGB value is (23,80,106). Sum of RGB (Red+Green+Blue) = 23+80+106=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #17506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17506A is #E8AF95. Grayscale: #414141. Windows color (decimal): -15249302 or 6967319. OLE color: 6967319.

HSL color Cylindrical-coordinate representation of color #17506A: hue angle of 198.8º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17506A is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 80 106 -
CMYK 0.78 0.25 0 0.58
HSL 198.8º 0.64% 0.25% -
HSV(B) 198.8º 0.78% 0.42% -
XYZ 5.82 6.96 14.67 -
YUV 65.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 23 80 106 0.78 0.25 0 0.58 198.8 0.64 0.25
Hex 17 50 6A 4E 19 0 3A C7 40 19
Octal 27 120 152 116 31 0 72 307 100 31
Binary 10111 1010000 1101010 1001110 11001 0 111010 11000111 1000000 11001

Color Harmonies of #17506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17506A

Black with #17506A

Text Example


Text Example

White with #17506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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