Html Css Color HEX #1A1EBE Persian Blue

📋 copy color: '#1A1EBE'

red 26 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #1A1EBE

Tints of Persian Blue #1A1EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 10.57%
G = 12.2%
B = 77.24%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A1EBE (or 0x1A1EBE) is known color: Persian Blue. HEX triplet: 1A, 1E and BE. RGB value is (26,30,190). Sum of RGB (Red+Green+Blue) = 26+30+190=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A1EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1EBE is #E5E141. Grayscale: #2E2E2E. Windows color (decimal): -15065410 or 12459546. OLE color: 12459546.

HSL color Cylindrical-coordinate representation of color #1A1EBE: hue angle of 238.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1EBE is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 30 190 -
CMYK 0.86 0.84 0 0.25
HSL 238.54º 0.76% 0.42% -
HSV(B) 238.54º 0.86% 0.75% -
XYZ 10.18 4.87 49.12 -
YUV 47.04 208.67 112.99 -
System Red Green Blue C M Y K H S L
Decimal 26 30 190 0.86 0.84 0 0.25 238.54 0.76 0.42
Hex 1A 1E BE 56 54 0 19 EF 4C 2A
Octal 32 36 276 126 124 0 31 357 114 52
Binary 11010 11110 10111110 1010110 1010100 0 11001 11101111 1001100 101010

Color Harmonies of #1A1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1EBE

Black with #1A1EBE

Text Example


Text Example

White with #1A1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,30,190); }

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

background-color css

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

 a { background-color: rgb(26,30,190); }

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

border-color css

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

 span { border-color: rgb(26,30,190); }

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