#1B5573

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

Shades of Orient #1B5573

Tints of Orient #1B5573

Color information

#1B5573 (or 0x1B5573) is unknown color: approx Orient. HEX triplet: 1B, 55 and 73. RGB value is (27,85,115). Sum of RGB (Red+Green+Blue) = 27+85+115=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5573 is #E4AA8C. Grayscale: #464646. Windows color (decimal): -14985869 or 7558427. OLE color: 7558427.

HSL color Cylindrical-coordinate representation of color #1B5573: hue angle of 200.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5573 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2785115-
CMYK0.770.2600.55
HSL200.45º61.97%27.84%-
HSV(B)200.45º76.52%45.1%-
XYZ6.87.9717.4-
YUV71.08152.7896.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=11.89%
G=37.44%
B=50.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27851150.770.2600.55200.4561.9727.84
Hex1B55734D1A037c83e1c
Octal33125163115320673107634
Binary110111010101111001110011011101001101111100100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,115); }

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

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

 a { background-color: rgb(27,85,115); }

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

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

 span { border-color: rgb(27,85,115); }

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