#1B617B

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

Shades of Allports #1B617B

Tints of Allports #1B617B

Color information

#1B617B (or 0x1B617B) is unknown color: approx Allports. HEX triplet: 1B, 61 and 7B. RGB value is (27,97,123). Sum of RGB (Red+Green+Blue) = 27+97+123=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B617B is #E49E84. Grayscale: #4E4E4E. Windows color (decimal): -14982789 or 8085787. OLE color: 8085787.

HSL color Cylindrical-coordinate representation of color #1B617B: hue angle of 196.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B617B is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2797123-
CMYK0.780.2100.52
HSL196.25º64%29.41%-
HSV(B)196.25º78.05%48.24%-
XYZ8.310.2120.27-
YUV79.03152.8190.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=10.93%
G=39.27%
B=49.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27971230.780.2100.52196.256429.41
Hex1B617B4E15034c4401d
Octal331411731162506430410035
Binary1101111000011111011100111010101011010011000100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,123); }

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

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

 a { background-color: rgb(27,97,123); }

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

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

 span { border-color: rgb(27,97,123); }

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