Html Css Color HEX #195463 Arapawa

📋 copy color: '#195463'

red 25 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #195463

Tints of Arapawa #195463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 12.02%
G = 40.38%
B = 47.6%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195463 (or 0x195463) is known color: Arapawa. HEX triplet: 19, 54 and 63. RGB value is (25,84,99). Sum of RGB (Red+Green+Blue) = 25+84+99=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #195463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195463 is #E6AB9C. Grayscale: #434343. Windows color (decimal): -15117213 or 6509593. OLE color: 6509593.

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

Color convert

RGB 25 84 99 -
CMYK 0.75 0.15 0 0.61
HSL 192.16º 0.6% 0.24% -
HSV(B) 192.16º 0.75% 0.39% -
XYZ 5.82 7.45 12.94 -
YUV 68.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 25 84 99 0.75 0.15 0 0.61 192.16 0.6 0.24
Hex 19 54 63 4B F 0 3D C0 3C 18
Octal 31 124 143 113 17 0 75 300 74 30
Binary 11001 1010100 1100011 1001011 1111 0 111101 11000000 111100 11000

Color Harmonies of #195463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195463

Black with #195463

Text Example


Text Example

White with #195463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195463; }

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

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

background-color css

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

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

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

border-color css

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

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

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