#1B006E

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

Shades of Persian Indigo #1B006E

Tints of Persian Indigo #1B006E

Color information

#1B006E (or 0x1B006E) is unknown color: approx Persian Indigo. HEX triplet: 1B, 00 and 6E. RGB value is (27,0,110). Sum of RGB (Red+Green+Blue) = 27+0+110=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B006E is #E4FF91. Grayscale: #141414. Windows color (decimal): -15007634 or 7208987. OLE color: 7208987.

HSL color Cylindrical-coordinate representation of color #1B006E: hue angle of 254.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B006E is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB270110-
CMYK0.75100.57
HSL254.73º100%21.57%-
HSV(B)254.73º100%43.14%-
XYZ3.271.3614.84-
YUV20.61178.45132.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=19.71%
G=0%
B=80.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2701100.75100.57254.7310021.57
Hex1B06E4B64039ff6416
Octal33015611314407137714426
Binary110110110111010010111100100011100111111111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,110); }

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

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

 a { background-color: rgb(27,0,110); }

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

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

 span { border-color: rgb(27,0,110); }

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