#1B7581

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

Shades of Allports #1B7581

Tints of Allports #1B7581

Color information

#1B7581 (or 0x1B7581) is unknown color: approx Allports. HEX triplet: 1B, 75 and 81. RGB value is (27,117,129). Sum of RGB (Red+Green+Blue) = 27+117+129=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B7581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7581 is #E48A7E. Grayscale: #5B5B5B. Windows color (decimal): -14977663 or 8484123. OLE color: 8484123.

HSL color Cylindrical-coordinate representation of color #1B7581: hue angle of 187.06º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7581 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB27117129-
CMYK0.790.0900.49
HSL187.06º65.38%30.59%-
HSV(B)187.06º79.07%50.59%-
XYZ10.7814.5423.01-
YUV91.46149.1882.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=9.89%
G=42.86%
B=47.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271171290.790.0900.49187.0665.3830.59
Hex1B75814F9031bb411f
Octal331652011171106127310137
Binary1101111101011000000110011111001011000110111011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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