Html Css Color HEX #1541EF Persian Blue

📋 copy color: '#1541EF'

red 21 ◦ green 65 ◦ blue 239

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

Shades of Persian Blue #1541EF

Tints of Persian Blue #1541EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 6.46%
G = 20%
B = 73.54%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1541EF (or 0x1541EF) is known color: Persian Blue. HEX triplet: 15, 41 and EF. RGB value is (21,65,239). Sum of RGB (Red+Green+Blue) = 21+65+239=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #1541EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1541EF is #EABE10. Grayscale: #464646. Windows color (decimal): -15384081 or 15679765. OLE color: 15679765.

HSL color Cylindrical-coordinate representation of color #1541EF: hue angle of 227.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1541EF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 65 239 -
CMYK 0.91 0.73 0 0.06
HSL 227.89º 0.87% 0.51% -
HSV(B) 227.89º 0.91% 0.94% -
XYZ 17.78 10.17 82.69 -
YUV 71.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 21 65 239 0.91 0.73 0 0.06 227.89 0.87 0.51
Hex 15 41 EF 5B 49 0 6 E4 57 33
Octal 25 101 357 133 111 0 6 344 127 63
Binary 10101 1000001 11101111 1011011 1001001 0 110 11100100 1010111 110011

Color Harmonies of #1541EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541EF

Black with #1541EF

Text Example


Text Example

White with #1541EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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