Html Css Color HEX #1A20BE Persian Blue

📋 copy color: '#1A20BE'

red 26 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #1A20BE

Tints of Persian Blue #1A20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 10.48%
G = 12.9%
B = 76.61%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A20BE (or 0x1A20BE) is known color: Persian Blue. HEX triplet: 1A, 20 and BE. RGB value is (26,32,190). Sum of RGB (Red+Green+Blue) = 26+32+190=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A20BE is #E5DF41. Grayscale: #2F2F2F. Windows color (decimal): -15064898 or 12460058. OLE color: 12460058.

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

Color convert

RGB 26 32 190 -
CMYK 0.86 0.83 0 0.25
HSL 237.8º 0.76% 0.42% -
HSV(B) 237.8º 0.86% 0.75% -
XYZ 10.24 4.97 49.14 -
YUV 48.22 208.01 112.15 -
System Red Green Blue C M Y K H S L
Decimal 26 32 190 0.86 0.83 0 0.25 237.8 0.76 0.42
Hex 1A 20 BE 56 53 0 19 EE 4C 2A
Octal 32 40 276 126 123 0 31 356 114 52
Binary 11010 100000 10111110 1010110 1010011 0 11001 11101110 1001100 101010

Color Harmonies of #1A20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A20BE

Black with #1A20BE

Text Example


Text Example

White with #1A20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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