Html Css Color HEX #1E006F Persian Indigo

📋 copy color: '#1E006F'

red 30 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #1E006F

Tints of Persian Indigo #1E006F

RGB

 RED value IS 30 (12.11% from 255) = 21.28%

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

 BLUE value IS 111 (43.75% from 255) = 78.72%

R = 21.28%
G = 0%
B = 78.72%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E006F (or 0x1E006F) is known color: Persian Indigo. HEX triplet: 1E, 00 and 6F. RGB value is (30,0,111). Sum of RGB (Red+Green+Blue) = 30+0+111=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E006F is #E1FF90. Grayscale: #151515. Windows color (decimal): -14811025 or 7274526. OLE color: 7274526.

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

Color convert

RGB 30 0 111 -
CMYK 0.73 1 0 0.56
HSL 256.22º 1% 0.22% -
HSV(B) 256.22º 1% 0.44% -
XYZ 3.4 1.42 15.13 -
YUV 21.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 30 0 111 0.73 1 0 0.56 256.22 1 0.22
Hex 1E 0 6F 49 64 0 38 100 64 16
Octal 36 0 157 111 144 0 70 400 144 26
Binary 11110 0 1101111 1001001 1100100 0 111000 100000000 1100100 10110

Color Harmonies of #1E006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E006F

Black with #1E006F

Text Example


Text Example

White with #1E006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,111); }

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

background-color css

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

 a { background-color: rgb(30,0,111); }

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

border-color css

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

 span { border-color: rgb(30,0,111); }

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