#1D5678

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

Shades of Orient #1D5678

Tints of Orient #1D5678

Color information

#1D5678 (or 0x1D5678) is unknown color: approx Orient. HEX triplet: 1D, 56 and 78. RGB value is (29,86,120). Sum of RGB (Red+Green+Blue) = 29+86+120=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5678 is #E2A987. Grayscale: #484848. Windows color (decimal): -14854536 or 7886365. OLE color: 7886365.

HSL color Cylindrical-coordinate representation of color #1D5678: hue angle of 202.42º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D5678 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2986120-
CMYK0.760.2800.53
HSL202.42º61.07%29.22%-
HSV(B)202.42º75.83%47.06%-
XYZ7.228.2718.99-
YUV72.83154.6296.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=12.34%
G=36.60%
B=51.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29861200.760.2800.53202.4261.0729.22
Hex1D56784C1C035ca3d1d
Octal35126170114340653127535
Binary111011010110111100010011001110001101011100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,120); }

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

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

 a { background-color: rgb(29,86,120); }

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

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

 span { border-color: rgb(29,86,120); }

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