#1B6B72

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

Shades of Allports #1B6B72

Tints of Allports #1B6B72

Color information

#1B6B72 (or 0x1B6B72) is unknown color: approx Allports. HEX triplet: 1B, 6B and 72. RGB value is (27,107,114). Sum of RGB (Red+Green+Blue) = 27+107+114=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B6B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B72 is #E4948D. Grayscale: #535353. Windows color (decimal): -14980238 or 7498523. OLE color: 7498523.

HSL color Cylindrical-coordinate representation of color #1B6B72: hue angle of 184.83º 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 #1B6B72 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB27107114-
CMYK0.760.0600.55
HSL184.83º61.7%27.65%-
HSV(B)184.83º76.32%44.71%-
XYZ8.7511.9617.77-
YUV83.8814587.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.89%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=10.89%
G=43.15%
B=45.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271071140.760.0600.55184.8361.727.65
Hex1B6B724C6037b93e1c
Octal3315316211460672717634
Binary1101111010111110010100110011001101111011100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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