#1B6075

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

Shades of Allports #1B6075

Tints of Allports #1B6075

Color information

#1B6075 (or 0x1B6075) is unknown color: approx Allports. HEX triplet: 1B, 60 and 75. RGB value is (27,96,117). Sum of RGB (Red+Green+Blue) = 27+96+117=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6075 is #E49F8A. Grayscale: #4D4D4D. Windows color (decimal): -14983051 or 7692315. OLE color: 7692315.

HSL color Cylindrical-coordinate representation of color #1B6075: hue angle of 194º degrees, saturation: 0.62, 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 #1B6075 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2796117-
CMYK0.770.1800.54
HSL194º62.5%28.24%-
HSV(B)194º76.92%45.88%-
XYZ7.859.8818.32-
YUV77.76150.1491.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.25%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=11.25%
G=40%
B=48.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27961170.770.1800.5419462.528.24
Hex1B60754D12036c23e1c
Octal33140165115220663027634
Binary110111100000111010110011011001001101101100001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,117); }

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

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

 a { background-color: rgb(27,96,117); }

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

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

 span { border-color: rgb(27,96,117); }

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