Html Css Color HEX #195363 Arapawa

📋 copy color: '#195363'

red 25 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #195363

Tints of Arapawa #195363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 12.08%
G = 40.1%
B = 47.83%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195363 (or 0x195363) is known color: Arapawa. HEX triplet: 19, 53 and 63. RGB value is (25,83,99). Sum of RGB (Red+Green+Blue) = 25+83+99=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #195363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195363 is #E6AC9C. Grayscale: #434343. Windows color (decimal): -15117469 or 6509337. OLE color: 6509337.

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

Color convert

RGB 25 83 99 -
CMYK 0.75 0.16 0 0.61
HSL 192.97º 0.6% 0.24% -
HSV(B) 192.97º 0.75% 0.39% -
XYZ 5.75 7.29 12.91 -
YUV 67.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 25 83 99 0.75 0.16 0 0.61 192.97 0.6 0.24
Hex 19 53 63 4B 10 0 3D C1 3C 18
Octal 31 123 143 113 20 0 75 301 74 30
Binary 11001 1010011 1100011 1001011 10000 0 111101 11000001 111100 11000

Color Harmonies of #195363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195363

Black with #195363

Text Example


Text Example

White with #195363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195363; }

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

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

background-color css

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

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

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

border-color css

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

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

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