Html Css Color HEX #1A3ED1 Persian Blue

📋 copy color: '#1A3ED1'

red 26 ◦ green 62 ◦ blue 209

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

Shades of Persian Blue #1A3ED1

Tints of Persian Blue #1A3ED1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 209 (82.03% from 255) = 70.37%

R = 8.75%
G = 20.88%
B = 70.37%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1A3ED1 (or 0x1A3ED1) is known color: Persian Blue. HEX triplet: 1A, 3E and D1. RGB value is (26,62,209). Sum of RGB (Red+Green+Blue) = 26+62+209=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A3ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ED1 is #E5C12E. Grayscale: #434343. Windows color (decimal): -15057199 or 13712922. OLE color: 13712922.

HSL color Cylindrical-coordinate representation of color #1A3ED1: hue angle of 228.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3ED1 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 62 209 -
CMYK 0.88 0.70 0 0.18
HSL 228.2º 0.78% 0.46% -
HSV(B) 228.2º 0.88% 0.82% -
XYZ 13.66 8.27 61.2 -
YUV 67.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 26 62 209 0.88 0.70 0 0.18 228.2 0.78 0.46
Hex 1A 3E D1 58 46 0 12 E4 4E 2E
Octal 32 76 321 130 106 0 22 344 116 56
Binary 11010 111110 11010001 1011000 1000110 0 10010 11100100 1001110 101110

Color Harmonies of #1A3ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ED1

Black with #1A3ED1

Text Example


Text Example

White with #1A3ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,62,209); }

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

background-color css

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

 a { background-color: rgb(26,62,209); }

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

border-color css

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

 span { border-color: rgb(26,62,209); }

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