#1A4D68

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

Shades of Arapawa #1A4D68

Tints of Arapawa #1A4D68

Color information

#1A4D68 (or 0x1A4D68) is unknown color: approx Arapawa. HEX triplet: 1A, 4D and 68. RGB value is (26,77,104). Sum of RGB (Red+Green+Blue) = 26+77+104=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D68 is #E5B297. Grayscale: #404040. Windows color (decimal): -15053464 or 6835482. OLE color: 6835482.

HSL color Cylindrical-coordinate representation of color #1A4D68: hue angle of 200.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4D68 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2677104-
CMYK0.750.2600.59
HSL200.77º60%25.49%-
HSV(B)200.77º75%40.78%-
XYZ5.586.5314.06-
YUV64.83150.1100.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=12.56%
G=37.20%
B=50.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26771040.750.2600.59200.776025.49
Hex1A4D684B1A03Bc93c19
Octal32115150113320733117431
Binary110101001101110100010010111101001110111100100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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