#1B5A6C

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

Shades of Orient #1B5A6C

Tints of Orient #1B5A6C

Color information

#1B5A6C (or 0x1B5A6C) is unknown color: approx Orient. HEX triplet: 1B, 5A and 6C. RGB value is (27,90,108). Sum of RGB (Red+Green+Blue) = 27+90+108=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B5A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A6C is #E4A593. Grayscale: #494949. Windows color (decimal): -14984596 or 7100955. OLE color: 7100955.

HSL color Cylindrical-coordinate representation of color #1B5A6C: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B5A6C is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2790108-
CMYK0.750.1700.58
HSL193.33º60%26.47%-
HSV(B)193.33º75%42.35%-
XYZ6.818.6315.49-
YUV73.22147.6395.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 48%
R=12%
G=40%
B=48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27901080.750.1700.58193.336026.47
Hex1B5A6C4B1103Ac13c1a
Octal33132154113210723017432
Binary110111011010110110010010111000101110101100000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,90,108); }

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

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

 a { background-color: rgb(27,90,108); }

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

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

 span { border-color: rgb(27,90,108); }

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