#1A5567

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

Shades of Arapawa #1A5567

Tints of Arapawa #1A5567

Color information

#1A5567 (or 0x1A5567) is unknown color: approx Arapawa. HEX triplet: 1A, 55 and 67. RGB value is (26,85,103). Sum of RGB (Red+Green+Blue) = 26+85+103=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A5567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5567 is #E5AA98. Grayscale: #454545. Windows color (decimal): -15051417 or 6771994. OLE color: 6771994.

HSL color Cylindrical-coordinate representation of color #1A5567: hue angle of 194.03º degrees, saturation: 0.6, 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 #1A5567 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2685103-
CMYK0.750.1700.60
HSL194.03º59.69%25.29%-
HSV(B)194.03º74.76%40.39%-
XYZ6.127.713.99-
YUV69.41146.9597.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=12.15%
G=39.72%
B=48.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26851030.750.1700.60194.0359.6925.29
Hex1A55674B1103Cc23c19
Octal32125147113210743027431
Binary110101010101110011110010111000101111001100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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