#1B5676

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

Shades of Orient #1B5676

Tints of Orient #1B5676

Color information

#1B5676 (or 0x1B5676) is unknown color: approx Orient. HEX triplet: 1B, 56 and 76. RGB value is (27,86,118). Sum of RGB (Red+Green+Blue) = 27+86+118=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B5676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5676 is #E4A989. Grayscale: #474747. Windows color (decimal): -14985610 or 7755291. OLE color: 7755291.

HSL color Cylindrical-coordinate representation of color #1B5676: hue angle of 201.1º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5676 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2786118-
CMYK0.770.2700.54
HSL201.1º62.76%28.43%-
HSV(B)201.1º77.12%46.27%-
XYZ7.058.218.35-
YUV72.01153.9595.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=11.69%
G=37.23%
B=51.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27861180.770.2700.54201.162.7628.43
Hex1B56764D1B036c93f1c
Octal33126166115330663117734
Binary110111010110111011010011011101101101101100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,86,118); }

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

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

 a { background-color: rgb(27,86,118); }

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

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

 span { border-color: rgb(27,86,118); }

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