#1D4D66

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

Shades of Arapawa #1D4D66

Tints of Arapawa #1D4D66

Color information

#1D4D66 (or 0x1D4D66) is unknown color: approx Arapawa. HEX triplet: 1D, 4D and 66. RGB value is (29,77,102). Sum of RGB (Red+Green+Blue) = 29+77+102=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 77 (30.47% from 255 or 37.02% 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 #1D4D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D66 is #E2B299. Grayscale: #414141. Windows color (decimal): -14856858 or 6704413. OLE color: 6704413.

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

Color convert

RGB2977102-
CMYK0.720.2500.6
HSL200.55º55.73%25.69%-
HSV(B)200.55º71.57%40%-
XYZ5.566.5313.54-
YUV65.5148.6101.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.94%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=13.94%
G=37.02%
B=49.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29771020.720.2500.6200.5555.7325.69
Hex1D4D66481903Cc9381a
Octal35115146110310743117032
Binary111011001101110011010010001100101111001100100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,77,102); }

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

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

 a { background-color: rgb(29,77,102); }

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

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

 span { border-color: rgb(29,77,102); }

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