#1D506B

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

Shades of Orient #1D506B

Tints of Orient #1D506B

Color information

#1D506B (or 0x1D506B) is unknown color: approx Orient. HEX triplet: 1D, 50 and 6B. RGB value is (29,80,107). Sum of RGB (Red+Green+Blue) = 29+80+107=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D506B is #E2AF94. Grayscale: #434343. Windows color (decimal): -14856085 or 7032861. OLE color: 7032861.

HSL color Cylindrical-coordinate representation of color #1D506B: hue angle of 200.77º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D506B is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2980107-
CMYK0.730.2500.58
HSL200.77º57.35%26.67%-
HSV(B)200.77º72.9%41.96%-
XYZ6.037.0614.95-
YUV67.83150.1100.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=13.43%
G=37.04%
B=49.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29801070.730.2500.58200.7757.3526.67
Hex1D506B491903Ac9391b
Octal35120153111310723117133
Binary111011010000110101110010011100101110101100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,107); }

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

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

 a { background-color: rgb(29,80,107); }

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

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

 span { border-color: rgb(29,80,107); }

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