#1A5566

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

Shades of Arapawa #1A5566

Tints of Arapawa #1A5566

Color information

#1A5566 (or 0x1A5566) is unknown color: approx Arapawa. HEX triplet: 1A, 55 and 66. RGB value is (26,85,102). Sum of RGB (Red+Green+Blue) = 26+85+102=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5566 is #E5AA99. Grayscale: #454545. Windows color (decimal): -15051418 or 6706458. OLE color: 6706458.

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

Color convert

RGB2685102-
CMYK0.750.1700.6
HSL193.42º59.38%25.1%-
HSV(B)193.42º74.51%40%-
XYZ6.077.6813.73-
YUV69.3146.4597.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=12.21%
G=39.91%
B=47.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26851020.750.1700.6193.4259.3825.1
Hex1A55664B1103Cc13b19
Octal32125146113210743017331
Binary110101010101110011010010111000101111001100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,102); }

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

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

 a { background-color: rgb(26,85,102); }

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

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

 span { border-color: rgb(26,85,102); }

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