Html Css Color HEX #1A3AEA Persian Blue

📋 copy color: '#1A3AEA'

red 26 ◦ green 58 ◦ blue 234

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

Shades of Persian Blue #1A3AEA

Tints of Persian Blue #1A3AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.24%

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 8.18%
G = 18.24%
B = 73.58%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A3AEA (or 0x1A3AEA) is known color: Persian Blue. HEX triplet: 1A, 3A and EA. RGB value is (26,58,234). Sum of RGB (Red+Green+Blue) = 26+58+234=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A3AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3AEA is #E5C515. Grayscale: #434343. Windows color (decimal): -15058198 or 15350298. OLE color: 15350298.

HSL color Cylindrical-coordinate representation of color #1A3AEA: hue angle of 230.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A3AEA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 58 234 -
CMYK 0.89 0.75 0 0.08
HSL 230.77º 0.83% 0.51% -
HSV(B) 230.77º 0.89% 0.92% -
XYZ 16.79 9.19 78.73 -
YUV 68.5 221.4 97.69 -
System Red Green Blue C M Y K H S L
Decimal 26 58 234 0.89 0.75 0 0.08 230.77 0.83 0.51
Hex 1A 3A EA 59 4B 0 8 E7 53 33
Octal 32 72 352 131 113 0 10 347 123 63
Binary 11010 111010 11101010 1011001 1001011 0 1000 11100111 1010011 110011

Color Harmonies of #1A3AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3AEA

Black with #1A3AEA

Text Example


Text Example

White with #1A3AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,58,234); }

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

background-color css

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

 a { background-color: rgb(26,58,234); }

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

border-color css

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

 span { border-color: rgb(26,58,234); }

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