#1D4768

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

Shades of Arapawa #1D4768

Tints of Arapawa #1D4768

Color information

#1D4768 (or 0x1D4768) is unknown color: approx Arapawa. HEX triplet: 1D, 47 and 68. RGB value is (29,71,104). Sum of RGB (Red+Green+Blue) = 29+71+104=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4768 is #E2B897. Grayscale: #3E3E3E. Windows color (decimal): -14858392 or 6833949. OLE color: 6833949.

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

Color convert

RGB2971104-
CMYK0.720.3200.59
HSL206.4º56.39%26.08%-
HSV(B)206.4º72.12%40.78%-
XYZ5.265.7713.93-
YUV62.2151.59104.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.22%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=14.22%
G=34.80%
B=50.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29711040.720.3200.59206.456.3926.08
Hex1D4768482003Bce381a
Octal35107150110400733167032
Binary1110110001111101000100100010000001110111100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,104); }

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

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

 a { background-color: rgb(29,71,104); }

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

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

 span { border-color: rgb(29,71,104); }

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