Html Css Color HEX #1A0076 Persian Indigo

📋 copy color: '#1A0076'

red 26 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #1A0076

Tints of Persian Indigo #1A0076

RGB

 RED value IS 26 (10.55% from 255) = 18.06%

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

 BLUE value IS 118 (46.48% from 255) = 81.94%

R = 18.06%
G = 0%
B = 81.94%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A0076 (or 0x1A0076) is known color: Persian Indigo. HEX triplet: 1A, 00 and 76. RGB value is (26,0,118). Sum of RGB (Red+Green+Blue) = 26+0+118=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0076 is #E5FF89. Grayscale: #141414. Windows color (decimal): -15073162 or 7733274. OLE color: 7733274.

HSL color Cylindrical-coordinate representation of color #1A0076: hue angle of 253.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0076 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 0 118 -
CMYK 0.78 1 0 0.54
HSL 253.22º 1% 0.23% -
HSV(B) 253.22º 1% 0.46% -
XYZ 3.7 1.53 17.24 -
YUV 21.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 26 0 118 0.78 1 0 0.54 253.22 1 0.23
Hex 1A 0 76 4E 64 0 36 FD 64 17
Octal 32 0 166 116 144 0 66 375 144 27
Binary 11010 0 1110110 1001110 1100100 0 110110 11111101 1100100 10111

Color Harmonies of #1A0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0076

Black with #1A0076

Text Example


Text Example

White with #1A0076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,118); }

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

background-color css

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

 a { background-color: rgb(26,0,118); }

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

border-color css

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

 span { border-color: rgb(26,0,118); }

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