#1B6285

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

Shades of Allports #1B6285

Tints of Allports #1B6285

Color information

#1B6285 (or 0x1B6285) is unknown color: approx Allports. HEX triplet: 1B, 62 and 85. RGB value is (27,98,133). Sum of RGB (Red+Green+Blue) = 27+98+133=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B6285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6285 is #E49D7A. Grayscale: #505050. Windows color (decimal): -14982523 or 8741403. OLE color: 8741403.

HSL color Cylindrical-coordinate representation of color #1B6285: hue angle of 199.81º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6285 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2798133-
CMYK0.800.2600.48
HSL199.81º66.25%31.37%-
HSV(B)199.81º79.7%52.16%-
XYZ9.0510.6623.77-
YUV80.76157.4889.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=10.47%
G=37.98%
B=51.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27981330.800.2600.48199.8166.2531.37
Hex1B6285501A030c8421f
Octal331422051203206031010237
Binary11011110001010000101101000011010011000011001000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,133); }

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

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

 a { background-color: rgb(27,98,133); }

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

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

 span { border-color: rgb(27,98,133); }

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