Html Css Color HEX #1A47BE Persian Blue

📋 copy color: '#1A47BE'

red 26 ◦ green 71 ◦ blue 190

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

Shades of Persian Blue #1A47BE

Tints of Persian Blue #1A47BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 9.06%
G = 24.74%
B = 66.2%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A47BE (or 0x1A47BE) is known color: Persian Blue. HEX triplet: 1A, 47 and BE. RGB value is (26,71,190). Sum of RGB (Red+Green+Blue) = 26+71+190=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A47BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A47BE is #E5B841. Grayscale: #464646. Windows color (decimal): -15054914 or 12470042. OLE color: 12470042.

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

Color convert

RGB 26 71 190 -
CMYK 0.86 0.63 0 0.25
HSL 223.54º 0.76% 0.42% -
HSV(B) 223.54º 0.86% 0.75% -
XYZ 11.97 8.44 49.71 -
YUV 71.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 26 71 190 0.86 0.63 0 0.25 223.54 0.76 0.42
Hex 1A 47 BE 56 3F 0 19 E0 4C 2A
Octal 32 107 276 126 77 0 31 340 114 52
Binary 11010 1000111 10111110 1010110 111111 0 11001 11100000 1001100 101010

Color Harmonies of #1A47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A47BE

Black with #1A47BE

Text Example


Text Example

White with #1A47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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