#1B5F75

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

Shades of Orient #1B5F75

Tints of Orient #1B5F75

Color information

#1B5F75 (or 0x1B5F75) is unknown color: approx Orient. HEX triplet: 1B, 5F and 75. RGB value is (27,95,117). Sum of RGB (Red+Green+Blue) = 27+95+117=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B5F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F75 is #E4A08A. Grayscale: #4D4D4D. Windows color (decimal): -14983307 or 7692059. OLE color: 7692059.

HSL color Cylindrical-coordinate representation of color #1B5F75: hue angle of 194.67º 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 #1B5F75 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2795117-
CMYK0.770.1900.54
HSL194.67º62.5%28.24%-
HSV(B)194.67º76.92%45.88%-
XYZ7.769.718.29-
YUV77.18150.4792.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.30%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=11.30%
G=39.75%
B=48.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27951170.770.1900.54194.6762.528.24
Hex1B5F754D13036c33e1c
Octal33137165115230663037634
Binary110111011111111010110011011001101101101100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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