#1D4C6D

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

Shades of Arapawa #1D4C6D

Tints of Arapawa #1D4C6D

Color information

#1D4C6D (or 0x1D4C6D) is unknown color: approx Arapawa. HEX triplet: 1D, 4C and 6D. RGB value is (29,76,109). Sum of RGB (Red+Green+Blue) = 29+76+109=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D4C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C6D is #E2B392. Grayscale: #414141. Windows color (decimal): -14857107 or 7162909. OLE color: 7162909.

HSL color Cylindrical-coordinate representation of color #1D4C6D: hue angle of 204.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D4C6D is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2976109-
CMYK0.730.3000.57
HSL204.75º57.97%27.06%-
HSV(B)204.75º73.39%42.75%-
XYZ5.856.5315.42-
YUV65.71152.43101.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=13.55%
G=35.51%
B=50.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29761090.730.3000.57204.7557.9727.06
Hex1D4C6D491E039cd3a1b
Octal35114155111360713157233
Binary111011001100110110110010011111001110011100110111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,76,109); }

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

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

 a { background-color: rgb(29,76,109); }

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

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

 span { border-color: rgb(29,76,109); }

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