Html Css Color HEX #195161 Arapawa

📋 copy color: '#195161'

red 25 ◦ green 81 ◦ blue 97

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

Shades of Arapawa #195161

Tints of Arapawa #195161

RGB

 RED value IS 25 (10.16% from 255) = 12.32%

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 12.32%
G = 39.9%
B = 47.78%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195161 (or 0x195161) is known color: Arapawa. HEX triplet: 19, 51 and 61. RGB value is (25,81,97). Sum of RGB (Red+Green+Blue) = 25+81+97=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #195161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195161 is #E6AE9E. Grayscale: #414141. Windows color (decimal): -15117983 or 6377753. OLE color: 6377753.

HSL color Cylindrical-coordinate representation of color #195161: hue angle of 193.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195161 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 81 97 -
CMYK 0.74 0.16 0 0.62
HSL 193.33º 0.59% 0.24% -
HSV(B) 193.33º 0.74% 0.38% -
XYZ 5.5 6.95 12.36 -
YUV 66.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 25 81 97 0.74 0.16 0 0.62 193.33 0.59 0.24
Hex 19 51 61 4A 10 0 3E C1 3B 18
Octal 31 121 141 112 20 0 76 301 73 30
Binary 11001 1010001 1100001 1001010 10000 0 111110 11000001 111011 11000

Color Harmonies of #195161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195161

Black with #195161

Text Example


Text Example

White with #195161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195161; }

 p { color: rgb(25,81,97); }

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

background-color css

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

 a { background-color: rgb(25,81,97); }

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

border-color css

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

 span { border-color: rgb(25,81,97); }

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