#1D5668

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

Shades of Orient #1D5668

Tints of Orient #1D5668

Color information

#1D5668 (or 0x1D5668) is unknown color: approx Orient. HEX triplet: 1D, 56 and 68. RGB value is (29,86,104). Sum of RGB (Red+Green+Blue) = 29+86+104=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5668 is #E2A997. Grayscale: #464646. Windows color (decimal): -14854552 or 6837789. OLE color: 6837789.

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

Color convert

RGB2986104-
CMYK0.720.1700.59
HSL194.4º56.39%26.08%-
HSV(B)194.4º72.12%40.78%-
XYZ6.337.9214.29-
YUV71.01146.6298.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=13.24%
G=39.27%
B=47.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29861040.720.1700.59194.456.3926.08
Hex1D5668481103Bc2381a
Octal35126150110210733027032
Binary111011010110110100010010001000101110111100001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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