Html Css Color HEX #175064 Arapawa

📋 copy color: '#175064'

red 23 ◦ green 80 ◦ blue 100

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

Shades of Arapawa #175064

Tints of Arapawa #175064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 11.33%
G = 39.41%
B = 49.26%

CMYK

 C value IS 0.77

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#175064 (or 0x175064) is known color: Arapawa. HEX triplet: 17, 50 and 64. RGB value is (23,80,100). Sum of RGB (Red+Green+Blue) = 23+80+100=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #175064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175064 is #E8AF9B. Grayscale: #414141. Windows color (decimal): -15249308 or 6574103. OLE color: 6574103.

HSL color Cylindrical-coordinate representation of color #175064: hue angle of 195.58º degrees, saturation: 0.63, 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 #175064 is Cyan = 0.77, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 80 100 -
CMYK 0.77 0.2 0 0.61
HSL 195.58º 0.63% 0.24% -
HSV(B) 195.58º 0.77% 0.39% -
XYZ 5.52 6.84 13.09 -
YUV 65.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 23 80 100 0.77 0.2 0 0.61 195.58 0.63 0.24
Hex 17 50 64 4D 14 0 3D C4 3F 18
Octal 27 120 144 115 24 0 75 304 77 30
Binary 10111 1010000 1100100 1001101 10100 0 111101 11000100 111111 11000

Color Harmonies of #175064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175064

Black with #175064

Text Example


Text Example

White with #175064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175064; }

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

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

background-color css

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

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

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

border-color css

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

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

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