Html Css Color HEX #1E26C1 Persian Blue

📋 copy color: '#1E26C1'

red 30 ◦ green 38 ◦ blue 193

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

Shades of Persian Blue #1E26C1

Tints of Persian Blue #1E26C1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 193 (75.78% from 255) = 73.95%

R = 11.49%
G = 14.56%
B = 73.95%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E26C1 (or 0x1E26C1) is known color: Persian Blue. HEX triplet: 1E, 26 and C1. RGB value is (30,38,193). Sum of RGB (Red+Green+Blue) = 30+38+193=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E26C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E26C1 is #E1D93E. Grayscale: #343434. Windows color (decimal): -14801215 or 12658206. OLE color: 12658206.

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

Color convert

RGB 30 38 193 -
CMYK 0.84 0.80 0 0.24
HSL 237.06º 0.73% 0.44% -
HSV(B) 237.06º 0.84% 0.76% -
XYZ 10.85 5.51 50.94 -
YUV 53.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 30 38 193 0.84 0.80 0 0.24 237.06 0.73 0.44
Hex 1E 26 C1 54 50 0 18 ED 49 2C
Octal 36 46 301 124 120 0 30 355 111 54
Binary 11110 100110 11000001 1010100 1010000 0 11000 11101101 1001001 101100

Color Harmonies of #1E26C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E26C1

Black with #1E26C1

Text Example


Text Example

White with #1E26C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,38,193); }

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

background-color css

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

 a { background-color: rgb(30,38,193); }

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

border-color css

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

 span { border-color: rgb(30,38,193); }

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