Html Css Color HEX #1935EA Persian Blue

📋 copy color: '#1935EA'

red 25 ◦ green 53 ◦ blue 234

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

Shades of Persian Blue #1935EA

Tints of Persian Blue #1935EA

RGB

 RED value IS 25 (10.16% from 255) = 8.01%

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

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

R = 8.01%
G = 16.99%
B = 75%

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

#1935EA (or 0x1935EA) is known color: Persian Blue. HEX triplet: 19, 35 and EA. RGB value is (25,53,234). Sum of RGB (Red+Green+Blue) = 25+53+234=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #1935EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1935EA is #E6CA15. Grayscale: #404040. Windows color (decimal): -15125014 or 15349017. OLE color: 15349017.

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

Color convert

RGB 25 53 234 -
CMYK 0.89 0.77 0 0.08
HSL 231.96º 0.83% 0.51% -
HSV(B) 231.96º 0.89% 0.92% -
XYZ 16.53 8.69 78.65 -
YUV 65.26 223.22 99.28 -
System Red Green Blue C M Y K H S L
Decimal 25 53 234 0.89 0.77 0 0.08 231.96 0.83 0.51
Hex 19 35 EA 59 4D 0 8 E8 53 33
Octal 31 65 352 131 115 0 10 350 123 63
Binary 11001 110101 11101010 1011001 1001101 0 1000 11101000 1010011 110011

Color Harmonies of #1935EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935EA

Black with #1935EA

Text Example


Text Example

White with #1935EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1935EA; }

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

 H1.HeaderClassName
 {
   color: #1935EA;
 }
 .AnyTagClassName
 {
   color: #1935EA;
 }
</style>

background-color css

<style>
 a { background-color: #1935EA; }

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

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

border-color css

<style>
 span { border-color: #1935EA; }

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

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