Html Css Color HEX #1540B9 Persian Blue

📋 copy color: '#1540B9'

red 21 ◦ green 64 ◦ blue 185

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

Shades of Persian Blue #1540B9

Tints of Persian Blue #1540B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 68.52%

R = 7.78%
G = 23.7%
B = 68.52%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1540B9 (or 0x1540B9) is known color: Persian Blue. HEX triplet: 15, 40 and B9. RGB value is (21,64,185). Sum of RGB (Red+Green+Blue) = 21+64+185=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #1540B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540B9 is #EABF46. Grayscale: #404040. Windows color (decimal): -15384391 or 12140565. OLE color: 12140565.

HSL color Cylindrical-coordinate representation of color #1540B9: hue angle of 224.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1540B9 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 64 185 -
CMYK 0.89 0.65 0 0.27
HSL 224.27º 0.8% 0.4% -
HSV(B) 224.27º 0.89% 0.73% -
XYZ 10.9 7.33 46.74 -
YUV 64.94 195.75 96.66 -
System Red Green Blue C M Y K H S L
Decimal 21 64 185 0.89 0.65 0 0.27 224.27 0.8 0.4
Hex 15 40 B9 59 41 0 1B E0 50 28
Octal 25 100 271 131 101 0 33 340 120 50
Binary 10101 1000000 10111001 1011001 1000001 0 11011 11100000 1010000 101000

Color Harmonies of #1540B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540B9

Black with #1540B9

Text Example


Text Example

White with #1540B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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