Html Css Color HEX #1931E5 Persian Blue

📋 copy color: '#1931E5'

red 25 ◦ green 49 ◦ blue 229

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

Shades of Persian Blue #1931E5

Tints of Persian Blue #1931E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 229 (89.84% from 255) = 75.58%

R = 8.25%
G = 16.17%
B = 75.58%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1931E5 (or 0x1931E5) is known color: Persian Blue. HEX triplet: 19, 31 and E5. RGB value is (25,49,229). Sum of RGB (Red+Green+Blue) = 25+49+229=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 229 (89.84% from 255 or 75.58% from 303); Max value from RGB is 229 - color contains mainly: blue. Hex color #1931E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931E5 is #E6CE1A. Grayscale: #3D3D3D. Windows color (decimal): -15126043 or 15020313. OLE color: 15020313.

HSL color Cylindrical-coordinate representation of color #1931E5: hue angle of 232.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1931E5 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 49 229 -
CMYK 0.89 0.79 0 0.10
HSL 232.94º 0.8% 0.5% -
HSV(B) 232.94º 0.89% 0.9% -
XYZ 15.64 8.06 74.86 -
YUV 62.34 222.05 101.36 -
System Red Green Blue C M Y K H S L
Decimal 25 49 229 0.89 0.79 0 0.10 232.94 0.8 0.5
Hex 19 31 E5 59 4F 0 A E9 50 32
Octal 31 61 345 131 117 0 12 351 120 62
Binary 11001 110001 11100101 1011001 1001111 0 1010 11101001 1010000 110010

Color Harmonies of #1931E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1931E5

Black with #1931E5

Text Example


Text Example

White with #1931E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1931E5; }

 p { color: rgb(25,49,229); }

 H1.HeaderClassName
 {
   color: #1931E5;
 }
 .AnyTagClassName
 {
   color: #1931E5;
 }
</style>

background-color css

<style>
 a { background-color: #1931E5; }

 a { background-color: rgb(25,49,229); }

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

border-color css

<style>
 span { border-color: #1931E5; }

 span { border-color: rgb(25,49,229); }

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