#1A5061

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

Shades of Arapawa #1A5061

Tints of Arapawa #1A5061

Color information

#1A5061 (or 0x1A5061) is unknown color: approx Arapawa. HEX triplet: 1A, 50 and 61. RGB value is (26,80,97). Sum of RGB (Red+Green+Blue) = 26+80+97=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5061 is #E5AF9E. Grayscale: #414141. Windows color (decimal): -15052703 or 6377498. OLE color: 6377498.

HSL color Cylindrical-coordinate representation of color #1A5061: hue angle of 194.37º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5061 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268097-
CMYK0.730.1800.62
HSL194.37º57.72%24.12%-
HSV(B)194.37º73.2%38.04%-
XYZ5.456.8212.34-
YUV65.79145.6199.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=12.81%
G=39.41%
B=47.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2680970.730.1800.62194.3757.7224.12
Hex1A5061491203Ec23a18
Octal32120141111220763027230
Binary110101010000110000110010011001001111101100001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5061; }

 p { color: rgb(26,80,97); }

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

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

 a { background-color: rgb(26,80,97); }

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

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

 span { border-color: rgb(26,80,97); }

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