Html Css Color HEX #1A29BE Persian Blue

📋 copy color: '#1A29BE'

red 26 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #1A29BE

Tints of Persian Blue #1A29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 10.12%
G = 15.95%
B = 73.93%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A29BE (or 0x1A29BE) is known color: Persian Blue. HEX triplet: 1A, 29 and BE. RGB value is (26,41,190). Sum of RGB (Red+Green+Blue) = 26+41+190=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A29BE is #E5D641. Grayscale: #343434. Windows color (decimal): -15062594 or 12462362. OLE color: 12462362.

HSL color Cylindrical-coordinate representation of color #1A29BE: hue angle of 234.51º 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 #1A29BE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 41 190 -
CMYK 0.86 0.78 0 0.25
HSL 234.51º 0.76% 0.42% -
HSV(B) 234.51º 0.86% 0.75% -
XYZ 10.51 5.52 49.23 -
YUV 53.5 205.03 108.38 -
System Red Green Blue C M Y K H S L
Decimal 26 41 190 0.86 0.78 0 0.25 234.51 0.76 0.42
Hex 1A 29 BE 56 4E 0 19 EB 4C 2A
Octal 32 51 276 126 116 0 31 353 114 52
Binary 11010 101001 10111110 1010110 1001110 0 11001 11101011 1001100 101010

Color Harmonies of #1A29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A29BE

Black with #1A29BE

Text Example


Text Example

White with #1A29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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