Html Css Color HEX #1A28EA Persian Blue

📋 copy color: '#1A28EA'

red 26 ◦ green 40 ◦ blue 234

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

Shades of Persian Blue #1A28EA

Tints of Persian Blue #1A28EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 8.67%
G = 13.33%
B = 78%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A28EA (or 0x1A28EA) is known color: Persian Blue. HEX triplet: 1A, 28 and EA. RGB value is (26,40,234). Sum of RGB (Red+Green+Blue) = 26+40+234=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A28EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A28EA is #E5D715. Grayscale: #393939. Windows color (decimal): -15062806 or 15345690. OLE color: 15345690.

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

Color convert

RGB 26 40 234 -
CMYK 0.89 0.83 0 0.08
HSL 235.96º 0.83% 0.51% -
HSV(B) 235.96º 0.89% 0.92% -
XYZ 16.04 7.68 78.48 -
YUV 57.93 227.36 105.23 -
System Red Green Blue C M Y K H S L
Decimal 26 40 234 0.89 0.83 0 0.08 235.96 0.83 0.51
Hex 1A 28 EA 59 53 0 8 EC 53 33
Octal 32 50 352 131 123 0 10 354 123 63
Binary 11010 101000 11101010 1011001 1010011 0 1000 11101100 1010011 110011

Color Harmonies of #1A28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A28EA

Black with #1A28EA

Text Example


Text Example

White with #1A28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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