#1B5C77

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

Shades of Orient #1B5C77

Tints of Orient #1B5C77

Color information

#1B5C77 (or 0x1B5C77) is unknown color: approx Orient. HEX triplet: 1B, 5C and 77. RGB value is (27,92,119). Sum of RGB (Red+Green+Blue) = 27+92+119=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B5C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C77 is #E4A388. Grayscale: #4B4B4B. Windows color (decimal): -14984073 or 7822363. OLE color: 7822363.

HSL color Cylindrical-coordinate representation of color #1B5C77: hue angle of 197.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5C77 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2792119-
CMYK0.770.2300.53
HSL197.61º63.01%28.63%-
HSV(B)197.61º77.31%46.67%-
XYZ7.619.2218.83-
YUV75.64152.4793.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 119 (46.88% from 255) = 50%
R=11.34%
G=38.66%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27921190.770.2300.53197.6163.0128.63
Hex1B5C774D17035c63f1d
Octal33134167115270653067735
Binary110111011100111011110011011011101101011100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,92,119); }

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

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

 a { background-color: rgb(27,92,119); }

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

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

 span { border-color: rgb(27,92,119); }

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