#195567

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

Shades of Arapawa #195567

Tints of Arapawa #195567

Color information

#195567 (or 0x195567) is unknown color: approx Arapawa. HEX triplet: 19, 55 and 67. RGB value is (25,85,103). Sum of RGB (Red+Green+Blue) = 25+85+103=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #195567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195567 is #E6AA98. Grayscale: #444444. Windows color (decimal): -15116953 or 6771993. OLE color: 6771993.

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

Color convert

RGB2585103-
CMYK0.760.1700.60
HSL193.85º60.94%25.1%-
HSV(B)193.85º75.73%40.39%-
XYZ6.17.6813.99-
YUV69.11147.1296.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=11.74%
G=39.91%
B=48.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25851030.760.1700.60193.8560.9425.1
Hex1955674C1103Cc23d19
Octal31125147114210743027531
Binary110011010101110011110011001000101111001100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195567; }

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

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

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

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

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

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

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

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