#1B7288

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

Shades of Allports #1B7288

Tints of Allports #1B7288

Color information

#1B7288 (or 0x1B7288) is unknown color: approx Allports. HEX triplet: 1B, 72 and 88. RGB value is (27,114,136). Sum of RGB (Red+Green+Blue) = 27+114+136=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B7288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7288 is #E48D77. Grayscale: #5A5A5A. Windows color (decimal): -14978424 or 8942107. OLE color: 8942107.

HSL color Cylindrical-coordinate representation of color #1B7288: hue angle of 192.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B7288 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB27114136-
CMYK0.800.1600.47
HSL192.11º66.87%31.96%-
HSV(B)192.11º80.15%53.33%-
XYZ10.9114.0525.43-
YUV90.49153.6882.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.75%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=9.75%
G=41.16%
B=49.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal271141360.800.1600.47192.1166.8731.96
Hex1B7288501002Fc04320
Octal331622101202005730010340
Binary110111110010100010001010000100000101111110000001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,136); }

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

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

 a { background-color: rgb(27,114,136); }

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

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

 span { border-color: rgb(27,114,136); }

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