#195367

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

Shades of Arapawa #195367

Tints of Arapawa #195367

Color information

#195367 (or 0x195367) is unknown color: approx Arapawa. HEX triplet: 19, 53 and 67. RGB value is (25,83,103). Sum of RGB (Red+Green+Blue) = 25+83+103=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #195367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195367 is #E6AC98. Grayscale: #434343. Windows color (decimal): -15117465 or 6771481. OLE color: 6771481.

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

Color convert

RGB2583103-
CMYK0.760.1900.60
HSL195.38º60.94%25.1%-
HSV(B)195.38º75.73%40.39%-
XYZ5.947.3713.94-
YUV67.94147.7897.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=11.85%
G=39.34%
B=48.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25831030.760.1900.60195.3860.9425.1
Hex1953674C1303Cc33d19
Octal31123147114230743037531
Binary110011010011110011110011001001101111001100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195367; }

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

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

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

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

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

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

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

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