#1A4D6B

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

Shades of Arapawa #1A4D6B

Tints of Arapawa #1A4D6B

Color information

#1A4D6B (or 0x1A4D6B) is unknown color: approx Arapawa. HEX triplet: 1A, 4D and 6B. RGB value is (26,77,107). Sum of RGB (Red+Green+Blue) = 26+77+107=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A4D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D6B is #E5B294. Grayscale: #414141. Windows color (decimal): -15053461 or 7032090. OLE color: 7032090.

HSL color Cylindrical-coordinate representation of color #1A4D6B: hue angle of 202.22º 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 #1A4D6B is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2677107-
CMYK0.760.2800.58
HSL202.22º60.9%26.08%-
HSV(B)202.22º75.7%41.96%-
XYZ5.736.5914.88-
YUV65.17151.6100.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=12.38%
G=36.67%
B=50.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26771070.760.2800.58202.2260.926.08
Hex1A4D6B4C1C03Aca3d1a
Octal32115153114340723127532
Binary110101001101110101110011001110001110101100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,77,107); }

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

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

 a { background-color: rgb(26,77,107); }

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

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

 span { border-color: rgb(26,77,107); }

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