Html Css Color HEX #1A0073 Persian Indigo

📋 copy color: '#1A0073'

red 26 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #1A0073

Tints of Persian Indigo #1A0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 81.56%

R = 18.44%
G = 0%
B = 81.56%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A0073 (or 0x1A0073) is known color: Persian Indigo. HEX triplet: 1A, 00 and 73. RGB value is (26,0,115). Sum of RGB (Red+Green+Blue) = 26+0+115=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0073 is #E5FF8C. Grayscale: #141414. Windows color (decimal): -15073165 or 7536666. OLE color: 7536666.

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

Color convert

RGB 26 0 115 -
CMYK 0.77 1 0 0.55
HSL 253.57º 1% 0.23% -
HSV(B) 253.57º 1% 0.45% -
XYZ 3.52 1.46 16.32 -
YUV 20.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 26 0 115 0.77 1 0 0.55 253.57 1 0.23
Hex 1A 0 73 4D 64 0 37 FE 64 17
Octal 32 0 163 115 144 0 67 376 144 27
Binary 11010 0 1110011 1001101 1100100 0 110111 11111110 1100100 10111

Color Harmonies of #1A0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0073

Black with #1A0073

Text Example


Text Example

White with #1A0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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