#1a486d

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

Shades of Arapawa #1A486D

Tints of Arapawa #1A486D

Color information

#1A486D (or 0x1A486D) is unknown color: approx Arapawa. HEX triplet: 1A, 48 and 6D. RGB value is (26,72,109). Sum of RGB (Red+Green+Blue) = 26+72+109=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A486D is #E5B792. Grayscale: #3E3E3E. Windows color (decimal): -15054739 or 7161882. OLE color: 7161882.

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

Color convert

RGB2672109-
CMYK0.760.3400.57
HSL206.75º61.48%26.47%-
HSV(B)206.75º76.15%42.75%-
XYZ5.55.9615.33-
YUV62.46154.26101.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=12.56%
G=34.78%
B=52.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26721090.760.3400.57206.7561.4826.47
Hex1A486D4C22039cf3d1a
Octal32110155114420713177532
Binary1101010010001101101100110010001001110011100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a486d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,109); }

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

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

 a { background-color: rgb(26,72,109); }

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

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

 span { border-color: rgb(26,72,109); }

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