Html Css Color HEX #195263 Arapawa

📋 copy color: '#195263'

red 25 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #195263

Tints of Arapawa #195263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 12.14%
G = 39.81%
B = 48.06%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195263 (or 0x195263) is known color: Arapawa. HEX triplet: 19, 52 and 63. RGB value is (25,82,99). Sum of RGB (Red+Green+Blue) = 25+82+99=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #195263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195263 is #E6AD9C. Grayscale: #424242. Windows color (decimal): -15117725 or 6509081. OLE color: 6509081.

HSL color Cylindrical-coordinate representation of color #195263: hue angle of 193.78º 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 #195263 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 82 99 -
CMYK 0.75 0.17 0 0.61
HSL 193.78º 0.6% 0.24% -
HSV(B) 193.78º 0.75% 0.39% -
XYZ 5.67 7.14 12.88 -
YUV 66.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 25 82 99 0.75 0.17 0 0.61 193.78 0.6 0.24
Hex 19 52 63 4B 11 0 3D C2 3C 18
Octal 31 122 143 113 21 0 75 302 74 30
Binary 11001 1010010 1100011 1001011 10001 0 111101 11000010 111100 11000

Color Harmonies of #195263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195263

Black with #195263

Text Example


Text Example

White with #195263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195263; }

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

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

background-color css

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

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

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

border-color css

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

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

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