Html Css Color HEX #1541EC Persian Blue

📋 copy color: '#1541EC'

red 21 ◦ green 65 ◦ blue 236

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

Shades of Persian Blue #1541EC

Tints of Persian Blue #1541EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 236 (92.58% from 255) = 73.29%

R = 6.52%
G = 20.19%
B = 73.29%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1541EC (or 0x1541EC) is known color: Persian Blue. HEX triplet: 15, 41 and EC. RGB value is (21,65,236). Sum of RGB (Red+Green+Blue) = 21+65+236=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #1541EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1541EC is #EABE13. Grayscale: #464646. Windows color (decimal): -15384084 or 15483157. OLE color: 15483157.

HSL color Cylindrical-coordinate representation of color #1541EC: hue angle of 227.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1541EC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 65 236 -
CMYK 0.91 0.72 0 0.07
HSL 227.72º 0.85% 0.5% -
HSV(B) 227.72º 0.91% 0.93% -
XYZ 17.34 10 80.37 -
YUV 71.34 220.92 92.1 -
System Red Green Blue C M Y K H S L
Decimal 21 65 236 0.91 0.72 0 0.07 227.72 0.85 0.5
Hex 15 41 EC 5B 48 0 7 E4 55 32
Octal 25 101 354 133 110 0 7 344 125 62
Binary 10101 1000001 11101100 1011011 1001000 0 111 11100100 1010101 110010

Color Harmonies of #1541EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541EC

Black with #1541EC

Text Example


Text Example

White with #1541EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1541EC; }

 p { color: rgb(21,65,236); }

 H1.HeaderClassName
 {
   color: #1541EC;
 }
 .AnyTagClassName
 {
   color: #1541EC;
 }
</style>

background-color css

<style>
 a { background-color: #1541EC; }

 a { background-color: rgb(21,65,236); }

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

border-color css

<style>
 span { border-color: #1541EC; }

 span { border-color: rgb(21,65,236); }

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