#1B5878

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

Shades of Orient #1B5878

Tints of Orient #1B5878

Color information

#1B5878 (or 0x1B5878) is unknown color: approx Orient. HEX triplet: 1B, 58 and 78. RGB value is (27,88,120). Sum of RGB (Red+Green+Blue) = 27+88+120=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5878 is #E4A787. Grayscale: #494949. Windows color (decimal): -14985096 or 7886875. OLE color: 7886875.

HSL color Cylindrical-coordinate representation of color #1B5878: hue angle of 200.65º 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 #1B5878 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2788120-
CMYK0.780.2700.53
HSL200.65º63.27%28.82%-
HSV(B)200.65º77.5%47.06%-
XYZ7.338.5719.04-
YUV73.41154.2994.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=11.49%
G=37.45%
B=51.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27881200.780.2700.53200.6563.2728.82
Hex1B58784E1B035c93f1d
Octal33130170116330653117735
Binary110111011000111100010011101101101101011100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,120); }

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

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

 a { background-color: rgb(27,88,120); }

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

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

 span { border-color: rgb(27,88,120); }

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