#195269

Color #195269 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #195269

Tints of Arapawa #195269

Color information

#195269 (or 0x195269) is unknown color: approx Arapawa. HEX triplet: 19, 52 and 69. RGB value is (25,82,105). Sum of RGB (Red+Green+Blue) = 25+82+105=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #195269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195269 is #E6AD96. Grayscale: #434343. Windows color (decimal): -15117719 or 6902297. OLE color: 6902297.

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

Color convert

RGB2582105-
CMYK0.760.2200.59
HSL197.25º61.54%25.49%-
HSV(B)197.25º76.19%41.18%-
XYZ5.977.2614.45-
YUV67.58149.1297.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=11.79%
G=38.68%
B=49.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25821050.760.2200.59197.2561.5425.49
Hex1952694C1603Bc53e19
Octal31122151114260733057631
Binary110011010010110100110011001011001110111100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195269; }

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

 H1.HeaderClassName
 {
   color: #195269;
 }
 .AnyTagClassName
 {
   color: #195269;
 }
</style>
background-color css

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

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

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

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

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

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