#1D5472

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

Shades of Orient #1D5472

Tints of Orient #1D5472

Color information

#1D5472 (or 0x1D5472) is unknown color: approx Orient. HEX triplet: 1D, 54 and 72. RGB value is (29,84,114). Sum of RGB (Red+Green+Blue) = 29+84+114=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5472 is #E2AB8D. Grayscale: #464646. Windows color (decimal): -14855054 or 7492637. OLE color: 7492637.

HSL color Cylindrical-coordinate representation of color #1D5472: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5472 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2984114-
CMYK0.750.2600.55
HSL201.18º59.44%28.04%-
HSV(B)201.18º74.56%44.71%-
XYZ6.717.8217.07-
YUV70.97152.2898.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=12.78%
G=37.00%
B=50.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29841140.750.2600.55201.1859.4428.04
Hex1D54724B1A037c93b1c
Octal35124162113320673117334
Binary111011010100111001010010111101001101111100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,114); }

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

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

 a { background-color: rgb(29,84,114); }

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

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

 span { border-color: rgb(29,84,114); }

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