Html Css Color HEX #195167 Arapawa

📋 copy color: '#195167'

red 25 ◦ green 81 ◦ blue 103

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

Shades of Arapawa #195167

Tints of Arapawa #195167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.28%

R = 11.96%
G = 38.76%
B = 49.28%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#195167 (or 0x195167) is known color: Arapawa. HEX triplet: 19, 51 and 67. RGB value is (25,81,103). Sum of RGB (Red+Green+Blue) = 25+81+103=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #195167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195167 is #E6AE98. Grayscale: #424242. Windows color (decimal): -15117977 or 6770969. OLE color: 6770969.

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

Color convert

RGB 25 81 103 -
CMYK 0.76 0.21 0 0.60
HSL 196.92º 0.61% 0.25% -
HSV(B) 196.92º 0.76% 0.4% -
XYZ 5.79 7.07 13.89 -
YUV 66.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 25 81 103 0.76 0.21 0 0.60 196.92 0.61 0.25
Hex 19 51 67 4C 15 0 3C C5 3D 19
Octal 31 121 147 114 25 0 74 305 75 31
Binary 11001 1010001 1100111 1001100 10101 0 111100 11000101 111101 11001

Color Harmonies of #195167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195167

Black with #195167

Text Example


Text Example

White with #195167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195167; }

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

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

background-color css

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

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

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

border-color css

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

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

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