Html Css Color HEX #1A42EB Persian Blue

📋 copy color: '#1A42EB'

red 26 ◦ green 66 ◦ blue 235

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

Shades of Persian Blue #1A42EB

Tints of Persian Blue #1A42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 7.95%
G = 20.18%
B = 71.87%

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

#1A42EB (or 0x1A42EB) is known color: Persian Blue. HEX triplet: 1A, 42 and EB. RGB value is (26,66,235). Sum of RGB (Red+Green+Blue) = 26+66+235=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A42EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A42EB is #E5BD14. Grayscale: #484848. Windows color (decimal): -15056149 or 15417882. OLE color: 15417882.

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

Color convert

RGB 26 66 235 -
CMYK 0.89 0.72 0 0.08
HSL 228.52º 0.84% 0.51% -
HSV(B) 228.52º 0.89% 0.92% -
XYZ 17.37 10.11 79.63 -
YUV 73.31 219.25 94.26 -
System Red Green Blue C M Y K H S L
Decimal 26 66 235 0.89 0.72 0 0.08 228.52 0.84 0.51
Hex 1A 42 EB 59 48 0 8 E5 54 33
Octal 32 102 353 131 110 0 10 345 124 63
Binary 11010 1000010 11101011 1011001 1001000 0 1000 11100101 1010100 110011

Color Harmonies of #1A42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A42EB

Black with #1A42EB

Text Example


Text Example

White with #1A42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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