Html Css Color HEX #1540EC Persian Blue

📋 copy color: '#1540EC'

red 21 ◦ green 64 ◦ blue 236

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

Shades of Persian Blue #1540EC

Tints of Persian Blue #1540EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 6.54%
G = 19.94%
B = 73.52%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1540EC (or 0x1540EC) is known color: Persian Blue. HEX triplet: 15, 40 and EC. RGB value is (21,64,236). Sum of RGB (Red+Green+Blue) = 21+64+236=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #1540EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1540EC is #EABF13. Grayscale: #464646. Windows color (decimal): -15384340 or 15482901. OLE color: 15482901.

HSL color Cylindrical-coordinate representation of color #1540EC: hue angle of 228º 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 #1540EC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 64 236 -
CMYK 0.91 0.73 0 0.07
HSL 228º 0.85% 0.5% -
HSV(B) 228º 0.91% 0.93% -
XYZ 17.28 9.88 80.35 -
YUV 70.75 221.25 92.51 -
System Red Green Blue C M Y K H S L
Decimal 21 64 236 0.91 0.73 0 0.07 228 0.85 0.5
Hex 15 40 EC 5B 49 0 7 E4 55 32
Octal 25 100 354 133 111 0 7 344 125 62
Binary 10101 1000000 11101100 1011011 1001001 0 111 11100100 1010101 110010

Color Harmonies of #1540EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540EC

Black with #1540EC

Text Example


Text Example

White with #1540EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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