Html Css Color HEX #195564 Arapawa

📋 copy color: '#195564'

red 25 ◦ green 85 ◦ blue 100

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

Shades of Arapawa #195564

Tints of Arapawa #195564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

 BLUE value IS 100 (39.45% from 255) = 47.62%

R = 11.9%
G = 40.48%
B = 47.62%

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

#195564 (or 0x195564) is known color: Arapawa. HEX triplet: 19, 55 and 64. RGB value is (25,85,100). Sum of RGB (Red+Green+Blue) = 25+85+100=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #195564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195564 is #E6AA9B. Grayscale: #444444. Windows color (decimal): -15116956 or 6575385. OLE color: 6575385.

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

Color convert

RGB 25 85 100 -
CMYK 0.75 0.15 0 0.61
HSL 192º 0.6% 0.25% -
HSV(B) 192º 0.75% 0.39% -
XYZ 5.95 7.62 13.21 -
YUV 68.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 25 85 100 0.75 0.15 0 0.61 192 0.6 0.25
Hex 19 55 64 4B F 0 3D C0 3C 19
Octal 31 125 144 113 17 0 75 300 74 31
Binary 11001 1010101 1100100 1001011 1111 0 111101 11000000 111100 11001

Color Harmonies of #195564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195564

Black with #195564

Text Example


Text Example

White with #195564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195564; }

 p { color: rgb(25,85,100); }

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

background-color css

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

 a { background-color: rgb(25,85,100); }

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

border-color css

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

 span { border-color: rgb(25,85,100); }

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