#1D4869

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

Shades of Arapawa #1D4869

Tints of Arapawa #1D4869

Color information

#1D4869 (or 0x1D4869) is unknown color: approx Arapawa. HEX triplet: 1D, 48 and 69. RGB value is (29,72,105). Sum of RGB (Red+Green+Blue) = 29+72+105=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D4869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4869 is #E2B796. Grayscale: #3E3E3E. Windows color (decimal): -14858135 or 6899741. OLE color: 6899741.

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

Color convert

RGB2972105-
CMYK0.720.3100.59
HSL206.05º56.72%26.27%-
HSV(B)206.05º72.38%41.18%-
XYZ5.375.9214.22-
YUV62.9151.75103.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=14.08%
G=34.95%
B=50.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29721050.720.3100.59206.0556.7226.27
Hex1D4869481F03Bce391a
Octal35110151110370733167132
Binary111011001000110100110010001111101110111100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,105); }

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

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

 a { background-color: rgb(29,72,105); }

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

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

 span { border-color: rgb(29,72,105); }

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