#1B506F

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

Shades of Orient #1B506F

Tints of Orient #1B506F

Color information

#1B506F (or 0x1B506F) is unknown color: approx Orient. HEX triplet: 1B, 50 and 6F. RGB value is (27,80,111). Sum of RGB (Red+Green+Blue) = 27+80+111=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B506F is #E4AF90. Grayscale: #434343. Windows color (decimal): -14987153 or 7295003. OLE color: 7295003.

HSL color Cylindrical-coordinate representation of color #1B506F: hue angle of 202.14º 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 #1B506F is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2780111-
CMYK0.760.2800.56
HSL202.14º60.87%27.06%-
HSV(B)202.14º75.68%43.53%-
XYZ6.197.1216.09-
YUV67.69152.4498.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=12.39%
G=36.70%
B=50.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27801110.760.2800.56202.1460.8727.06
Hex1B506F4C1C038ca3d1b
Octal33120157114340703127533
Binary110111010000110111110011001110001110001100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,111); }

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

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

 a { background-color: rgb(27,80,111); }

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

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

 span { border-color: rgb(27,80,111); }

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