Html Css Color HEX #1A3EBE Persian Blue

📋 copy color: '#1A3EBE'

red 26 ◦ green 62 ◦ blue 190

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

Shades of Persian Blue #1A3EBE

Tints of Persian Blue #1A3EBE

RGB

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

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

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

R = 9.35%
G = 22.3%
B = 68.35%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A3EBE (or 0x1A3EBE) is known color: Persian Blue. HEX triplet: 1A, 3E and BE. RGB value is (26,62,190). Sum of RGB (Red+Green+Blue) = 26+62+190=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3EBE is #E5C141. Grayscale: #414141. Windows color (decimal): -15057218 or 12467738. OLE color: 12467738.

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

Color convert

RGB 26 62 190 -
CMYK 0.86 0.67 0 0.25
HSL 226.83º 0.76% 0.42% -
HSV(B) 226.83º 0.86% 0.75% -
XYZ 11.44 7.38 49.54 -
YUV 65.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 26 62 190 0.86 0.67 0 0.25 226.83 0.76 0.42
Hex 1A 3E BE 56 43 0 19 E3 4C 2A
Octal 32 76 276 126 103 0 31 343 114 52
Binary 11010 111110 10111110 1010110 1000011 0 11001 11100011 1001100 101010

Color Harmonies of #1A3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3EBE

Black with #1A3EBE

Text Example


Text Example

White with #1A3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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