Html Css Color HEX #195163 Arapawa

📋 copy color: '#195163'

red 25 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #195163

Tints of Arapawa #195163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 12.2%
G = 39.51%
B = 48.29%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195163 (or 0x195163) is known color: Arapawa. HEX triplet: 19, 51 and 63. RGB value is (25,81,99). Sum of RGB (Red+Green+Blue) = 25+81+99=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #195163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195163 is #E6AE9C. Grayscale: #424242. Windows color (decimal): -15117981 or 6508825. OLE color: 6508825.

HSL color Cylindrical-coordinate representation of color #195163: hue angle of 194.59º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195163 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 81 99 -
CMYK 0.75 0.18 0 0.61
HSL 194.59º 0.6% 0.24% -
HSV(B) 194.59º 0.75% 0.39% -
XYZ 5.6 6.99 12.86 -
YUV 66.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 25 81 99 0.75 0.18 0 0.61 194.59 0.6 0.24
Hex 19 51 63 4B 12 0 3D C3 3C 18
Octal 31 121 143 113 22 0 75 303 74 30
Binary 11001 1010001 1100011 1001011 10010 0 111101 11000011 111100 11000

Color Harmonies of #195163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195163

Black with #195163

Text Example


Text Example

White with #195163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195163; }

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

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

background-color css

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

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

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

border-color css

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

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

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