Html Css Color HEX #1A40F1 Persian Blue

📋 copy color: '#1A40F1'

red 26 ◦ green 64 ◦ blue 241

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

Shades of Persian Blue #1A40F1

Tints of Persian Blue #1A40F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 241 (94.53% from 255) = 72.81%

R = 7.85%
G = 19.34%
B = 72.81%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1A40F1 (or 0x1A40F1) is known color: Persian Blue. HEX triplet: 1A, 40 and F1. RGB value is (26,64,241). Sum of RGB (Red+Green+Blue) = 26+64+241=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A40F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A40F1 is #E5BF0E. Grayscale: #484848. Windows color (decimal): -15056655 or 15810586. OLE color: 15810586.

HSL color Cylindrical-coordinate representation of color #1A40F1: hue angle of 229.4º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A40F1 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 64 241 -
CMYK 0.89 0.73 0 0.05
HSL 229.4º 0.88% 0.52% -
HSV(B) 229.4º 0.89% 0.95% -
XYZ 18.14 10.24 84.24 -
YUV 72.82 222.91 94.61 -
System Red Green Blue C M Y K H S L
Decimal 26 64 241 0.89 0.73 0 0.05 229.4 0.88 0.52
Hex 1A 40 F1 59 49 0 5 E5 58 34
Octal 32 100 361 131 111 0 5 345 130 64
Binary 11010 1000000 11110001 1011001 1001001 0 101 11100101 1011000 110100

Color Harmonies of #1A40F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A40F1

Black with #1A40F1

Text Example


Text Example

White with #1A40F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,64,241); }

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

background-color css

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

 a { background-color: rgb(26,64,241); }

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

border-color css

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

 span { border-color: rgb(26,64,241); }

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