Html Css Color HEX #1825E5 Persian Blue

📋 copy color: '#1825E5'

red 24 ◦ green 37 ◦ blue 229

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

Shades of Persian Blue #1825E5

Tints of Persian Blue #1825E5

RGB

 RED value IS 24 (9.77% from 255) = 8.28%

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 8.28%
G = 12.76%
B = 78.97%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1825E5 (or 0x1825E5) is known color: Persian Blue. HEX triplet: 18, 25 and E5. RGB value is (24,37,229). Sum of RGB (Red+Green+Blue) = 24+37+229=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 229 (89.84% from 255 or 78.97% from 290); Max value from RGB is 229 - color contains mainly: blue. Hex color #1825E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825E5 is #E7DA1A. Grayscale: #363636. Windows color (decimal): -15194651 or 15017240. OLE color: 15017240.

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

Color convert

RGB 24 37 229 -
CMYK 0.90 0.84 0 0.10
HSL 236.2º 0.81% 0.5% -
HSV(B) 236.2º 0.9% 0.9% -
XYZ 15.18 7.17 74.71 -
YUV 55 226.19 105.89 -
System Red Green Blue C M Y K H S L
Decimal 24 37 229 0.90 0.84 0 0.10 236.2 0.81 0.5
Hex 18 25 E5 5A 54 0 A EC 51 32
Octal 30 45 345 132 124 0 12 354 121 62
Binary 11000 100101 11100101 1011010 1010100 0 1010 11101100 1010001 110010

Color Harmonies of #1825E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825E5

Black with #1825E5

Text Example


Text Example

White with #1825E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,37,229); }

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

background-color css

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

 a { background-color: rgb(24,37,229); }

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

border-color css

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

 span { border-color: rgb(24,37,229); }

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