#1D4C60

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

Shades of Arapawa #1D4C60

Tints of Arapawa #1D4C60

Color information

#1D4C60 (or 0x1D4C60) is unknown color: approx Arapawa. HEX triplet: 1D, 4C and 60. RGB value is (29,76,96). Sum of RGB (Red+Green+Blue) = 29+76+96=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D4C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C60 is #E2B39F. Grayscale: #404040. Windows color (decimal): -14857120 or 6310941. OLE color: 6310941.

HSL color Cylindrical-coordinate representation of color #1D4C60: hue angle of 197.91º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4C60 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB297696-
CMYK0.700.2100.62
HSL197.91º53.6%24.51%-
HSV(B)197.91º69.79%37.65%-
XYZ5.26.2712-
YUV64.23145.93102.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=14.43%
G=37.81%
B=47.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2976960.700.2100.62197.9153.624.51
Hex1D4C60461503Ec63619
Octal35114140106250763066631
Binary111011001100110000010001101010101111101100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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