Html Css Color HEX #1531EA Persian Blue

📋 copy color: '#1531EA'

red 21 ◦ green 49 ◦ blue 234

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

Shades of Persian Blue #1531EA

Tints of Persian Blue #1531EA

RGB

 RED value IS 21 (8.59% from 255) = 6.91%

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

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

R = 6.91%
G = 16.12%
B = 76.97%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1531EA (or 0x1531EA) is known color: Persian Blue. HEX triplet: 15, 31 and EA. RGB value is (21,49,234). Sum of RGB (Red+Green+Blue) = 21+49+234=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #1531EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1531EA is #EACE15. Grayscale: #3C3C3C. Windows color (decimal): -15388182 or 15347989. OLE color: 15347989.

HSL color Cylindrical-coordinate representation of color #1531EA: hue angle of 232.11º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1531EA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 49 234 -
CMYK 0.91 0.79 0 0.08
HSL 232.11º 0.84% 0.5% -
HSV(B) 232.11º 0.91% 0.92% -
XYZ 16.26 8.3 78.59 -
YUV 61.72 225.22 98.96 -
System Red Green Blue C M Y K H S L
Decimal 21 49 234 0.91 0.79 0 0.08 232.11 0.84 0.5
Hex 15 31 EA 5B 4F 0 8 E8 54 32
Octal 25 61 352 133 117 0 10 350 124 62
Binary 10101 110001 11101010 1011011 1001111 0 1000 11101000 1010100 110010

Color Harmonies of #1531EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531EA

Black with #1531EA

Text Example


Text Example

White with #1531EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,49,234); }

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

background-color css

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

 a { background-color: rgb(21,49,234); }

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

border-color css

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

 span { border-color: rgb(21,49,234); }

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