Html Css Color HEX #1540BF Persian Blue

📋 copy color: '#1540BF'

red 21 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #1540BF

Tints of Persian Blue #1540BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.2%

R = 7.61%
G = 23.19%
B = 69.2%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1540BF (or 0x1540BF) is known color: Persian Blue. HEX triplet: 15, 40 and BF. RGB value is (21,64,191). Sum of RGB (Red+Green+Blue) = 21+64+191=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #1540BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540BF is #EABF40. Grayscale: #414141. Windows color (decimal): -15384385 or 12533781. OLE color: 12533781.

HSL color Cylindrical-coordinate representation of color #1540BF: hue angle of 224.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1540BF is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 64 191 -
CMYK 0.89 0.66 0 0.25
HSL 224.82º 0.8% 0.42% -
HSV(B) 224.82º 0.89% 0.75% -
XYZ 11.55 7.59 50.15 -
YUV 65.62 198.75 96.17 -
System Red Green Blue C M Y K H S L
Decimal 21 64 191 0.89 0.66 0 0.25 224.82 0.8 0.42
Hex 15 40 BF 59 42 0 19 E1 50 2A
Octal 25 100 277 131 102 0 31 341 120 52
Binary 10101 1000000 10111111 1011001 1000010 0 11001 11100001 1010000 101010

Color Harmonies of #1540BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540BF

Black with #1540BF

Text Example


Text Example

White with #1540BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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