#1B4C71

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

Shades of Orient #1B4C71

Tints of Orient #1B4C71

Color information

#1B4C71 (or 0x1B4C71) is unknown color: approx Orient. HEX triplet: 1B, 4C and 71. RGB value is (27,76,113). Sum of RGB (Red+Green+Blue) = 27+76+113=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B4C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4C71 is #E4B38E. Grayscale: #414141. Windows color (decimal): -14988175 or 7425051. OLE color: 7425051.

HSL color Cylindrical-coordinate representation of color #1B4C71: hue angle of 205.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B4C71 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2776113-
CMYK0.760.3300.56
HSL205.81º61.43%27.45%-
HSV(B)205.81º76.11%44.31%-
XYZ6.026.5916.58-
YUV65.57154.77100.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.5%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=12.5%
G=35.19%
B=52.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27761130.760.3300.56205.8161.4327.45
Hex1B4C714C21038ce3d1b
Octal33114161114410703167533
Binary1101110011001110001100110010000101110001100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,113); }

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

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

 a { background-color: rgb(27,76,113); }

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

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

 span { border-color: rgb(27,76,113); }

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