#1B5175

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

Shades of Orient #1B5175

Tints of Orient #1B5175

Color information

#1B5175 (or 0x1B5175) is unknown color: approx Orient. HEX triplet: 1B, 51 and 75. RGB value is (27,81,117). Sum of RGB (Red+Green+Blue) = 27+81+117=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5175 is #E4AE8A. Grayscale: #444444. Windows color (decimal): -14986891 or 7688475. OLE color: 7688475.

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

Color convert

RGB2781117-
CMYK0.770.3100.54
HSL204º62.5%28.24%-
HSV(B)204º76.92%45.88%-
XYZ6.617.417.91-
YUV68.96155.1198.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 117 (46.09% from 255) = 52%
R=12%
G=36%
B=52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27811170.770.3100.5420462.528.24
Hex1B51754D1F036cc3e1c
Octal33121165115370663147634
Binary110111010001111010110011011111101101101100110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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