#1B617F

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

Shades of Allports #1B617F

Tints of Allports #1B617F

Color information

#1B617F (or 0x1B617F) is unknown color: approx Allports. HEX triplet: 1B, 61 and 7F. RGB value is (27,97,127). Sum of RGB (Red+Green+Blue) = 27+97+127=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B617F is #E49E80. Grayscale: #4F4F4F. Windows color (decimal): -14982785 or 8347931. OLE color: 8347931.

HSL color Cylindrical-coordinate representation of color #1B617F: hue angle of 198º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B617F is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2797127-
CMYK0.790.2400.50
HSL198º64.94%30.2%-
HSV(B)198º78.74%49.8%-
XYZ8.5610.3121.62-
YUV79.49154.8190.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 127 (50% from 255) = 50.60%
R=10.76%
G=38.65%
B=50.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27971270.790.2400.5019864.9430.2
Hex1B617F4F18032c6411e
Octal331411771173006230610136
Binary1101111000011111111100111111000011001011000110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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