#1B606E

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

Shades of Allports #1B606E

Tints of Allports #1B606E

Color information

#1B606E (or 0x1B606E) is unknown color: approx Allports. HEX triplet: 1B, 60 and 6E. RGB value is (27,96,110). Sum of RGB (Red+Green+Blue) = 27+96+110=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B606E is #E49F91. Grayscale: #4C4C4C. Windows color (decimal): -14983058 or 7233563. OLE color: 7233563.

HSL color Cylindrical-coordinate representation of color #1B606E: hue angle of 190.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B606E is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2796110-
CMYK0.750.1300.57
HSL190.12º60.58%26.86%-
HSV(B)190.12º75.45%43.14%-
XYZ7.459.7216.24-
YUV76.96146.6492.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=11.59%
G=41.20%
B=47.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal27961100.750.1300.57190.1260.5826.86
Hex1B606E4BD039be3d1b
Octal33140156113150712767533
Binary11011110000011011101001011110101110011011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,110); }

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

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

 a { background-color: rgb(27,96,110); }

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

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

 span { border-color: rgb(27,96,110); }

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