#195068

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

Shades of Arapawa #195068

Tints of Arapawa #195068

Color information

#195068 (or 0x195068) is unknown color: approx Arapawa. HEX triplet: 19, 50 and 68. RGB value is (25,80,104). Sum of RGB (Red+Green+Blue) = 25+80+104=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #195068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195068 is #E6AF97. Grayscale: #424242. Windows color (decimal): -15118232 or 6836249. OLE color: 6836249.

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

Color convert

RGB2580104-
CMYK0.760.2300.59
HSL198.23º61.24%25.29%-
HSV(B)198.23º75.96%40.78%-
XYZ5.776.9414.13-
YUV66.29149.2898.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=11.96%
G=38.28%
B=49.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25801040.760.2300.59198.2361.2425.29
Hex1950684C1703Bc63d19
Octal31120150114270733067531
Binary110011010000110100010011001011101110111100011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195068; }

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

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

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

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

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

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

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

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