#1D5765

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

Shades of Arapawa #1D5765

Tints of Arapawa #1D5765

Color information

#1D5765 (or 0x1D5765) is unknown color: approx Arapawa. HEX triplet: 1D, 57 and 65. RGB value is (29,87,101). Sum of RGB (Red+Green+Blue) = 29+87+101=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5765 is #E2A89A. Grayscale: #474747. Windows color (decimal): -14854299 or 6641437. OLE color: 6641437.

HSL color Cylindrical-coordinate representation of color #1D5765: hue angle of 191.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5765 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2987101-
CMYK0.710.1400.60
HSL191.67º55.38%25.49%-
HSV(B)191.67º71.29%39.61%-
XYZ6.268.0213.53-
YUV71.25144.7897.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=13.36%
G=40.09%
B=46.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29871010.710.1400.60191.6755.3825.49
Hex1D576547E03Cc03719
Octal35127145107160743006731
Binary11101101011111001011000111111001111001100000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,87,101); }

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

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

 a { background-color: rgb(29,87,101); }

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

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

 span { border-color: rgb(29,87,101); }

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