#1A496C

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

Shades of Arapawa #1A496C

Tints of Arapawa #1A496C

Color information

#1A496C (or 0x1A496C) is unknown color: approx Arapawa. HEX triplet: 1A, 49 and 6C. RGB value is (26,73,108). Sum of RGB (Red+Green+Blue) = 26+73+108=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A496C is #E5B693. Grayscale: #3E3E3E. Windows color (decimal): -15054484 or 7096602. OLE color: 7096602.

HSL color Cylindrical-coordinate representation of color #1A496C: hue angle of 205.61º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A496C is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2673108-
CMYK0.760.3200.58
HSL205.61º61.19%26.27%-
HSV(B)205.61º75.93%42.35%-
XYZ5.526.0715.07-
YUV62.94153.43101.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=12.56%
G=35.27%
B=52.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26731080.760.3200.58205.6161.1926.27
Hex1A496C4C2003Ace3d1a
Octal32111154114400723167532
Binary1101010010011101100100110010000001110101100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,73,108); }

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

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

 a { background-color: rgb(26,73,108); }

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

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

 span { border-color: rgb(26,73,108); }

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