Html Css Color HEX #1A42EA Persian Blue

📋 copy color: '#1A42EA'

red 26 ◦ green 66 ◦ blue 234

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

Shades of Persian Blue #1A42EA

Tints of Persian Blue #1A42EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

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

R = 7.98%
G = 20.25%
B = 71.78%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A42EA (or 0x1A42EA) is known color: Persian Blue. HEX triplet: 1A, 42 and EA. RGB value is (26,66,234). Sum of RGB (Red+Green+Blue) = 26+66+234=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A42EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A42EA is #E5BD15. Grayscale: #484848. Windows color (decimal): -15056150 or 15352346. OLE color: 15352346.

HSL color Cylindrical-coordinate representation of color #1A42EA: hue angle of 228.46º 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 #1A42EA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 66 234 -
CMYK 0.89 0.72 0 0.08
HSL 228.46º 0.83% 0.51% -
HSV(B) 228.46º 0.89% 0.92% -
XYZ 17.23 10.06 78.88 -
YUV 73.19 218.75 94.34 -
System Red Green Blue C M Y K H S L
Decimal 26 66 234 0.89 0.72 0 0.08 228.46 0.83 0.51
Hex 1A 42 EA 59 48 0 8 E4 53 33
Octal 32 102 352 131 110 0 10 344 123 63
Binary 11010 1000010 11101010 1011001 1001000 0 1000 11100100 1010011 110011

Color Harmonies of #1A42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A42EA

Black with #1A42EA

Text Example


Text Example

White with #1A42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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