Html Css Color HEX #1A3EDB Persian Blue

📋 copy color: '#1A3EDB'

red 26 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #1A3EDB

Tints of Persian Blue #1A3EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 8.47%
G = 20.2%
B = 71.34%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A3EDB (or 0x1A3EDB) is known color: Persian Blue. HEX triplet: 1A, 3E and DB. RGB value is (26,62,219). Sum of RGB (Red+Green+Blue) = 26+62+219=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A3EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3EDB is #E5C124. Grayscale: #444444. Windows color (decimal): -15057189 or 14368282. OLE color: 14368282.

HSL color Cylindrical-coordinate representation of color #1A3EDB: hue angle of 228.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3EDB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 62 219 -
CMYK 0.88 0.72 0 0.14
HSL 228.81º 0.79% 0.48% -
HSV(B) 228.81º 0.88% 0.86% -
XYZ 14.93 8.78 67.93 -
YUV 69.13 212.57 97.23 -
System Red Green Blue C M Y K H S L
Decimal 26 62 219 0.88 0.72 0 0.14 228.81 0.79 0.48
Hex 1A 3E DB 58 48 0 E E5 4F 30
Octal 32 76 333 130 110 0 16 345 117 60
Binary 11010 111110 11011011 1011000 1001000 0 1110 11100101 1001111 110000

Color Harmonies of #1A3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3EDB

Black with #1A3EDB

Text Example


Text Example

White with #1A3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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