Html Css Color HEX #195268 Arapawa

📋 copy color: '#195268'

red 25 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #195268

Tints of Arapawa #195268

RGB

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

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

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

R = 11.85%
G = 38.86%
B = 49.29%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195268 (or 0x195268) is known color: Arapawa. HEX triplet: 19, 52 and 68. RGB value is (25,82,104). Sum of RGB (Red+Green+Blue) = 25+82+104=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #195268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195268 is #E6AD97. Grayscale: #434343. Windows color (decimal): -15117720 or 6836761. OLE color: 6836761.

HSL color Cylindrical-coordinate representation of color #195268: hue angle of 196.71º 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 #195268 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 82 104 -
CMYK 0.76 0.21 0 0.59
HSL 196.71º 0.61% 0.25% -
HSV(B) 196.71º 0.76% 0.41% -
XYZ 5.92 7.24 14.18 -
YUV 67.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 25 82 104 0.76 0.21 0 0.59 196.71 0.61 0.25
Hex 19 52 68 4C 15 0 3B C5 3D 19
Octal 31 122 150 114 25 0 73 305 75 31
Binary 11001 1010010 1101000 1001100 10101 0 111011 11000101 111101 11001

Color Harmonies of #195268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195268

Black with #195268

Text Example


Text Example

White with #195268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195268; }

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

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

background-color css

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

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

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

border-color css

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

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

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