#1A5066

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

Shades of Arapawa #1A5066

Tints of Arapawa #1A5066

Color information

#1A5066 (or 0x1A5066) is unknown color: approx Arapawa. HEX triplet: 1A, 50 and 66. RGB value is (26,80,102). Sum of RGB (Red+Green+Blue) = 26+80+102=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A5066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5066 is #E5AF99. Grayscale: #424242. Windows color (decimal): -15052698 or 6705178. OLE color: 6705178.

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

Color convert

RGB2680102-
CMYK0.750.2200.6
HSL197.37º59.38%25.1%-
HSV(B)197.37º74.51%40%-
XYZ5.696.9213.61-
YUV66.36148.1199.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=12.5%
G=38.46%
B=49.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26801020.750.2200.6197.3759.3825.1
Hex1A50664B1603Cc53b19
Octal32120146113260743057331
Binary110101010000110011010010111011001111001100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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