Html Css Color HEX #175068 Arapawa

📋 copy color: '#175068'

red 23 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #175068

Tints of Arapawa #175068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 11.11%
G = 38.65%
B = 50.24%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175068 (or 0x175068) is known color: Arapawa. HEX triplet: 17, 50 and 68. RGB value is (23,80,104). Sum of RGB (Red+Green+Blue) = 23+80+104=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #175068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175068 is #E8AF97. Grayscale: #414141. Windows color (decimal): -15249304 or 6836247. OLE color: 6836247.

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

Color convert

RGB 23 80 104 -
CMYK 0.78 0.23 0 0.59
HSL 197.78º 0.64% 0.25% -
HSV(B) 197.78º 0.78% 0.41% -
XYZ 5.72 6.92 14.13 -
YUV 65.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 23 80 104 0.78 0.23 0 0.59 197.78 0.64 0.25
Hex 17 50 68 4E 17 0 3B C6 40 19
Octal 27 120 150 116 27 0 73 306 100 31
Binary 10111 1010000 1101000 1001110 10111 0 111011 11000110 1000000 11001

Color Harmonies of #175068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175068

Black with #175068

Text Example


Text Example

White with #175068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175068; }

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

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

background-color css

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

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

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

border-color css

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

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

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