Html Css Color HEX #1545EF Persian Blue

📋 copy color: '#1545EF'

red 21 ◦ green 69 ◦ blue 239

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

Shades of Persian Blue #1545EF

Tints of Persian Blue #1545EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 6.38%
G = 20.97%
B = 72.64%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1545EF (or 0x1545EF) is known color: Persian Blue. HEX triplet: 15, 45 and EF. RGB value is (21,69,239). Sum of RGB (Red+Green+Blue) = 21+69+239=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #1545EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1545EF is #EABA10. Grayscale: #494949. Windows color (decimal): -15383057 or 15680789. OLE color: 15680789.

HSL color Cylindrical-coordinate representation of color #1545EF: hue angle of 226.79º 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 #1545EF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 69 239 -
CMYK 0.91 0.71 0 0.06
HSL 226.79º 0.87% 0.51% -
HSV(B) 226.79º 0.91% 0.94% -
XYZ 18.02 10.65 82.77 -
YUV 74.03 221.1 90.18 -
System Red Green Blue C M Y K H S L
Decimal 21 69 239 0.91 0.71 0 0.06 226.79 0.87 0.51
Hex 15 45 EF 5B 47 0 6 E3 57 33
Octal 25 105 357 133 107 0 6 343 127 63
Binary 10101 1000101 11101111 1011011 1000111 0 110 11100011 1010111 110011

Color Harmonies of #1545EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1545EF

Black with #1545EF

Text Example


Text Example

White with #1545EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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