Html Css Color HEX #1A35EA Persian Blue

📋 copy color: '#1A35EA'

red 26 ◦ green 53 ◦ blue 234

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

Shades of Persian Blue #1A35EA

Tints of Persian Blue #1A35EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 8.31%
G = 16.93%
B = 74.76%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A35EA (or 0x1A35EA) is known color: Persian Blue. HEX triplet: 1A, 35 and EA. RGB value is (26,53,234). Sum of RGB (Red+Green+Blue) = 26+53+234=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A35EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A35EA is #E5CA15. Grayscale: #404040. Windows color (decimal): -15059478 or 15349018. OLE color: 15349018.

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

Color convert

RGB 26 53 234 -
CMYK 0.89 0.77 0 0.08
HSL 232.21º 0.83% 0.51% -
HSV(B) 232.21º 0.89% 0.92% -
XYZ 16.55 8.71 78.65 -
YUV 65.56 223.05 99.78 -
System Red Green Blue C M Y K H S L
Decimal 26 53 234 0.89 0.77 0 0.08 232.21 0.83 0.51
Hex 1A 35 EA 59 4D 0 8 E8 53 33
Octal 32 65 352 131 115 0 10 350 123 63
Binary 11010 110101 11101010 1011001 1001101 0 1000 11101000 1010011 110011

Color Harmonies of #1A35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A35EA

Black with #1A35EA

Text Example


Text Example

White with #1A35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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