#1B5C6C

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

Shades of Orient #1B5C6C

Tints of Orient #1B5C6C

Color information

#1B5C6C (or 0x1B5C6C) is unknown color: approx Orient. HEX triplet: 1B, 5C and 6C. RGB value is (27,92,108). Sum of RGB (Red+Green+Blue) = 27+92+108=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B5C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C6C is #E4A393. Grayscale: #4A4A4A. Windows color (decimal): -14984084 or 7101467. OLE color: 7101467.

HSL color Cylindrical-coordinate representation of color #1B5C6C: hue angle of 191.85º 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 #1B5C6C is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2792108-
CMYK0.750.1500.58
HSL191.85º60%26.47%-
HSV(B)191.85º75%42.35%-
XYZ6.998.9715.55-
YUV74.39146.9794.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=11.89%
G=40.53%
B=47.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27921080.750.1500.58191.856026.47
Hex1B5C6C4BF03Ac03c1a
Octal33134154113170723007432
Binary11011101110011011001001011111101110101100000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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