#1A5169

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

Shades of Arapawa #1A5169

Tints of Arapawa #1A5169

Color information

#1A5169 (or 0x1A5169) is unknown color: approx Arapawa. HEX triplet: 1A, 51 and 69. RGB value is (26,81,105). Sum of RGB (Red+Green+Blue) = 26+81+105=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 81 (32.03% from 255 or 38.21% 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 #1A5169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5169 is #E5AE96. Grayscale: #434343. Windows color (decimal): -15052439 or 6902042. OLE color: 6902042.

HSL color Cylindrical-coordinate representation of color #1A5169: hue angle of 198.23º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5169 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2681105-
CMYK0.750.2300.59
HSL198.23º60.31%25.69%-
HSV(B)198.23º75.24%41.18%-
XYZ5.927.1214.43-
YUV67.29149.2898.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=12.26%
G=38.21%
B=49.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26811050.750.2300.59198.2360.3125.69
Hex1A51694B1703Bc63c1a
Octal32121151113270733067432
Binary110101010001110100110010111011101110111100011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,105); }

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

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

 a { background-color: rgb(26,81,105); }

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

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

 span { border-color: rgb(26,81,105); }

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