#1D5169

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

Shades of Arapawa #1D5169

Tints of Arapawa #1D5169

Color information

#1D5169 (or 0x1D5169) is unknown color: approx Arapawa. HEX triplet: 1D, 51 and 69. RGB value is (29,81,105). Sum of RGB (Red+Green+Blue) = 29+81+105=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D5169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5169 is #E2AE96. Grayscale: #444444. Windows color (decimal): -14855831 or 6902045. OLE color: 6902045.

HSL color Cylindrical-coordinate representation of color #1D5169: hue angle of 198.95º 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 #1D5169 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2981105-
CMYK0.720.2300.59
HSL198.95º56.72%26.27%-
HSV(B)198.95º72.38%41.18%-
XYZ67.1714.43-
YUV68.19148.77100.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=13.49%
G=37.67%
B=48.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29811050.720.2300.59198.9556.7226.27
Hex1D5169481703Bc7391a
Octal35121151110270733077132
Binary111011010001110100110010001011101110111100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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