Html Css Color HEX #1A1EBA Persian Blue

📋 copy color: '#1A1EBA'

red 26 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #1A1EBA

Tints of Persian Blue #1A1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 10.74%
G = 12.4%
B = 76.86%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A1EBA (or 0x1A1EBA) is known color: Persian Blue. HEX triplet: 1A, 1E and BA. RGB value is (26,30,186). Sum of RGB (Red+Green+Blue) = 26+30+186=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1EBA is #E5E145. Grayscale: #2D2D2D. Windows color (decimal): -15065414 or 12197402. OLE color: 12197402.

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

Color convert

RGB 26 30 186 -
CMYK 0.86 0.84 0 0.27
HSL 238.5º 0.75% 0.42% -
HSV(B) 238.5º 0.86% 0.73% -
XYZ 9.75 4.69 46.85 -
YUV 46.59 206.67 113.32 -
System Red Green Blue C M Y K H S L
Decimal 26 30 186 0.86 0.84 0 0.27 238.5 0.75 0.42
Hex 1A 1E BA 56 54 0 1B EE 4B 2A
Octal 32 36 272 126 124 0 33 356 113 52
Binary 11010 11110 10111010 1010110 1010100 0 11011 11101110 1001011 101010

Color Harmonies of #1A1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1EBA

Black with #1A1EBA

Text Example


Text Example

White with #1A1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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