#1B016F

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

Shades of Persian Indigo #1B016F

Tints of Persian Indigo #1B016F

Color information

#1B016F (or 0x1B016F) is unknown color: approx Persian Indigo. HEX triplet: 1B, 01 and 6F. RGB value is (27,1,111). Sum of RGB (Red+Green+Blue) = 27+1+111=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B016F is #E4FE90. Grayscale: #141414. Windows color (decimal): -15007377 or 7274779. OLE color: 7274779.

HSL color Cylindrical-coordinate representation of color #1B016F: hue angle of 254.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B016F is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB271111-
CMYK0.760.9900.56
HSL254.18º98.21%21.96%-
HSV(B)254.18º99.1%43.53%-
XYZ3.331.415.13-
YUV21.31178.61132.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.42%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 111 (43.75% from 255) = 79.86%
R=19.42%
G=0.72%
B=79.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2711110.760.9900.56254.1898.2121.96
Hex1B16F4C63038fe6216
Octal33115711414307037614226
Binary110111110111110011001100011011100011111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,111); }

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

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

 a { background-color: rgb(27,1,111); }

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

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

 span { border-color: rgb(27,1,111); }

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