#1B5D75

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

Shades of Orient #1B5D75

Tints of Orient #1B5D75

Color information

#1B5D75 (or 0x1B5D75) is unknown color: approx Orient. HEX triplet: 1B, 5D and 75. RGB value is (27,93,117). Sum of RGB (Red+Green+Blue) = 27+93+117=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B5D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D75 is #E4A28A. Grayscale: #4B4B4B. Windows color (decimal): -14983819 or 7691547. OLE color: 7691547.

HSL color Cylindrical-coordinate representation of color #1B5D75: hue angle of 196º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5D75 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2793117-
CMYK0.770.2100.54
HSL196º62.5%28.24%-
HSV(B)196º76.92%45.88%-
XYZ7.589.3518.23-
YUV76151.1393.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=11.39%
G=39.24%
B=49.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27931170.770.2100.5419662.528.24
Hex1B5D754D15036c43e1c
Octal33135165115250663047634
Binary110111011101111010110011011010101101101100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,93,117); }

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

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

 a { background-color: rgb(27,93,117); }

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

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

 span { border-color: rgb(27,93,117); }

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