Html Css Color HEX #195168 Arapawa

📋 copy color: '#195168'

red 25 ◦ green 81 ◦ blue 104

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

Shades of Arapawa #195168

Tints of Arapawa #195168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 11.9%
G = 38.57%
B = 49.52%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195168 (or 0x195168) is known color: Arapawa. HEX triplet: 19, 51 and 68. RGB value is (25,81,104). Sum of RGB (Red+Green+Blue) = 25+81+104=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #195168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195168 is #E6AE97. Grayscale: #424242. Windows color (decimal): -15117976 or 6836505. OLE color: 6836505.

HSL color Cylindrical-coordinate representation of color #195168: hue angle of 197.47º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195168 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 81 104 -
CMYK 0.76 0.22 0 0.59
HSL 197.47º 0.61% 0.25% -
HSV(B) 197.47º 0.76% 0.41% -
XYZ 5.84 7.09 14.16 -
YUV 66.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 25 81 104 0.76 0.22 0 0.59 197.47 0.61 0.25
Hex 19 51 68 4C 16 0 3B C5 3D 19
Octal 31 121 150 114 26 0 73 305 75 31
Binary 11001 1010001 1101000 1001100 10110 0 111011 11000101 111101 11001

Color Harmonies of #195168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195168

Black with #195168

Text Example


Text Example

White with #195168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195168; }

 p { color: rgb(25,81,104); }

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

background-color css

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

 a { background-color: rgb(25,81,104); }

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

border-color css

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

 span { border-color: rgb(25,81,104); }

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