Html Css Color HEX #195264 Arapawa

📋 copy color: '#195264'

red 25 ◦ green 82 ◦ blue 100

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

Shades of Arapawa #195264

Tints of Arapawa #195264

RGB

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

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

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

R = 12.08%
G = 39.61%
B = 48.31%

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

#195264 (or 0x195264) is known color: Arapawa. HEX triplet: 19, 52 and 64. RGB value is (25,82,100). Sum of RGB (Red+Green+Blue) = 25+82+100=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #195264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195264 is #E6AD9B. Grayscale: #424242. Windows color (decimal): -15117724 or 6574617. OLE color: 6574617.

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

Color convert

RGB 25 82 100 -
CMYK 0.75 0.18 0 0.61
HSL 194.4º 0.6% 0.25% -
HSV(B) 194.4º 0.75% 0.39% -
XYZ 5.72 7.16 13.14 -
YUV 67.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 25 82 100 0.75 0.18 0 0.61 194.4 0.6 0.25
Hex 19 52 64 4B 12 0 3D C2 3C 19
Octal 31 122 144 113 22 0 75 302 74 31
Binary 11001 1010010 1100100 1001011 10010 0 111101 11000010 111100 11001

Color Harmonies of #195264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195264

Black with #195264

Text Example


Text Example

White with #195264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195264; }

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

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

background-color css

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

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

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

border-color css

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

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

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