Html Css Color HEX #1B006D Persian Indigo

📋 copy color: '#1B006D'

red 27 ◦ green 0 ◦ blue 109

#1B006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1B006D

Tints of Persian Indigo #1B006D

RGB

 RED value IS 27 (10.94% from 255) = 19.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 80.15%

R = 19.85%
G = 0%
B = 80.15%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B006D (or 0x1B006D) is known color: Persian Indigo. HEX triplet: 1B, 00 and 6D. RGB value is (27,0,109). Sum of RGB (Red+Green+Blue) = 27+0+109=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B006D is #E4FF92. Grayscale: #141414. Windows color (decimal): -15007635 or 7143451. OLE color: 7143451.

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

Color convert

RGB 27 0 109 -
CMYK 0.75 1 0 0.57
HSL 254.86º 1% 0.21% -
HSV(B) 254.86º 1% 0.43% -
XYZ 3.21 1.34 14.56 -
YUV 20.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 27 0 109 0.75 1 0 0.57 254.86 1 0.21
Hex 1B 0 6D 4B 64 0 39 FF 64 15
Octal 33 0 155 113 144 0 71 377 144 25
Binary 11011 0 1101101 1001011 1100100 0 111001 11111111 1100100 10101

Color Harmonies of #1B006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B006D

Black with #1B006D

Text Example


Text Example

White with #1B006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B006D;
 }
 .AnyTagClassName
 {
   color: #1B006D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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