#1B6992

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

Shades of Allports #1B6992

Tints of Allports #1B6992

Color information

#1B6992 (or 0x1B6992) is unknown color: approx Allports. HEX triplet: 1B, 69 and 92. RGB value is (27,105,146). Sum of RGB (Red+Green+Blue) = 27+105+146=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6992 is #E4966D. Grayscale: #565656. Windows color (decimal): -14980718 or 9595163. OLE color: 9595163.

HSL color Cylindrical-coordinate representation of color #1B6992: hue angle of 200.67º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6992 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB27105146-
CMYK0.820.2800.43
HSL200.67º68.79%33.92%-
HSV(B)200.67º81.51%57.25%-
XYZ10.6912.4129.03-
YUV86.35161.6685.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=9.71%
G=37.77%
B=52.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal271051460.820.2800.43200.6768.7933.92
Hex1B6992521C02Bc94522
Octal331512221223405331110542
Binary110111101001100100101010010111000101011110010011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,105,146); }

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

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

 a { background-color: rgb(27,105,146); }

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

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

 span { border-color: rgb(27,105,146); }

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