#1B6775

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

Shades of Allports #1B6775

Tints of Allports #1B6775

Color information

#1B6775 (or 0x1B6775) is unknown color: approx Allports. HEX triplet: 1B, 67 and 75. RGB value is (27,103,117). Sum of RGB (Red+Green+Blue) = 27+103+117=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6775 is #E4988A. Grayscale: #515151. Windows color (decimal): -14981259 or 7694107. OLE color: 7694107.

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

Color convert

RGB27103117-
CMYK0.770.1200.54
HSL189.33º62.5%28.24%-
HSV(B)189.33º76.92%45.88%-
XYZ8.5111.2218.55-
YUV81.87147.8288.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=10.93%
G=41.70%
B=47.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal271031170.770.1200.54189.3362.528.24
Hex1B67754DC036bd3e1c
Octal33147165115140662757634
Binary11011110011111101011001101110001101101011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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