Html Css Color HEX #175066 Arapawa

📋 copy color: '#175066'

red 23 ◦ green 80 ◦ blue 102

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

Shades of Arapawa #175066

Tints of Arapawa #175066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 11.22%
G = 39.02%
B = 49.76%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#175066 (or 0x175066) is known color: Arapawa. HEX triplet: 17, 50 and 66. RGB value is (23,80,102). Sum of RGB (Red+Green+Blue) = 23+80+102=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #175066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175066 is #E8AF99. Grayscale: #414141. Windows color (decimal): -15249306 or 6705175. OLE color: 6705175.

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

Color convert

RGB 23 80 102 -
CMYK 0.77 0.22 0 0.6
HSL 196.71º 0.63% 0.25% -
HSV(B) 196.71º 0.77% 0.4% -
XYZ 5.62 6.88 13.6 -
YUV 65.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 23 80 102 0.77 0.22 0 0.6 196.71 0.63 0.25
Hex 17 50 66 4D 16 0 3C C5 3F 19
Octal 27 120 146 115 26 0 74 305 77 31
Binary 10111 1010000 1100110 1001101 10110 0 111100 11000101 111111 11001

Color Harmonies of #175066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175066

Black with #175066

Text Example


Text Example

White with #175066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175066; }

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

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

background-color css

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

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

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

border-color css

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

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

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