Html Css Color HEX #1542EC Persian Blue

📋 copy color: '#1542EC'

red 21 ◦ green 66 ◦ blue 236

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

Shades of Persian Blue #1542EC

Tints of Persian Blue #1542EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

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

R = 6.5%
G = 20.43%
B = 73.07%

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

#1542EC (or 0x1542EC) is known color: Persian Blue. HEX triplet: 15, 42 and EC. RGB value is (21,66,236). Sum of RGB (Red+Green+Blue) = 21+66+236=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #1542EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1542EC is #EABD13. Grayscale: #474747. Windows color (decimal): -15383828 or 15483413. OLE color: 15483413.

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

Color convert

RGB 21 66 236 -
CMYK 0.91 0.72 0 0.07
HSL 227.44º 0.85% 0.5% -
HSV(B) 227.44º 0.91% 0.93% -
XYZ 17.4 10.11 80.39 -
YUV 71.93 220.59 91.68 -
System Red Green Blue C M Y K H S L
Decimal 21 66 236 0.91 0.72 0 0.07 227.44 0.85 0.5
Hex 15 42 EC 5B 48 0 7 E3 55 32
Octal 25 102 354 133 110 0 7 343 125 62
Binary 10101 1000010 11101100 1011011 1001000 0 111 11100011 1010101 110010

Color Harmonies of #1542EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542EC

Black with #1542EC

Text Example


Text Example

White with #1542EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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