#1B6072

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

Shades of Allports #1B6072

Tints of Allports #1B6072

Color information

#1B6072 (or 0x1B6072) is unknown color: approx Allports. HEX triplet: 1B, 60 and 72. RGB value is (27,96,114). Sum of RGB (Red+Green+Blue) = 27+96+114=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6072 is #E49F8D. Grayscale: #4D4D4D. Windows color (decimal): -14983054 or 7495707. OLE color: 7495707.

HSL color Cylindrical-coordinate representation of color #1B6072: hue angle of 192.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6072 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2796114-
CMYK0.760.1600.55
HSL192.41º61.7%27.65%-
HSV(B)192.41º76.32%44.71%-
XYZ7.679.8117.41-
YUV77.42148.6492.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=11.39%
G=40.51%
B=48.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27961140.760.1600.55192.4161.727.65
Hex1B60724C10037c03e1c
Octal33140162114200673007634
Binary110111100000111001010011001000001101111100000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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