Html Css Color HEX #1A32BE Persian Blue

📋 copy color: '#1A32BE'

red 26 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #1A32BE

Tints of Persian Blue #1A32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 9.77%
G = 18.8%
B = 71.43%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A32BE (or 0x1A32BE) is known color: Persian Blue. HEX triplet: 1A, 32 and BE. RGB value is (26,50,190). Sum of RGB (Red+Green+Blue) = 26+50+190=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32BE is #E5CD41. Grayscale: #3A3A3A. Windows color (decimal): -15060290 or 12464666. OLE color: 12464666.

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

Color convert

RGB 26 50 190 -
CMYK 0.86 0.74 0 0.25
HSL 231.22º 0.76% 0.42% -
HSV(B) 231.22º 0.86% 0.75% -
XYZ 10.86 6.22 49.34 -
YUV 58.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 26 50 190 0.86 0.74 0 0.25 231.22 0.76 0.42
Hex 1A 32 BE 56 4A 0 19 E7 4C 2A
Octal 32 62 276 126 112 0 31 347 114 52
Binary 11010 110010 10111110 1010110 1001010 0 11001 11100111 1001100 101010

Color Harmonies of #1A32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A32BE

Black with #1A32BE

Text Example


Text Example

White with #1A32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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