Html Css Color HEX #1540BA Persian Blue

📋 copy color: '#1540BA'

red 21 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #1540BA

Tints of Persian Blue #1540BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 7.75%
G = 23.62%
B = 68.63%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1540BA (or 0x1540BA) is known color: Persian Blue. HEX triplet: 15, 40 and BA. RGB value is (21,64,186). Sum of RGB (Red+Green+Blue) = 21+64+186=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #1540BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540BA is #EABF45. Grayscale: #404040. Windows color (decimal): -15384390 or 12206101. OLE color: 12206101.

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

Color convert

RGB 21 64 186 -
CMYK 0.89 0.66 0 0.27
HSL 224.36º 0.8% 0.41% -
HSV(B) 224.36º 0.89% 0.73% -
XYZ 11.01 7.37 47.3 -
YUV 65.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 21 64 186 0.89 0.66 0 0.27 224.36 0.8 0.41
Hex 15 40 BA 59 42 0 1B E0 50 29
Octal 25 100 272 131 102 0 33 340 120 51
Binary 10101 1000000 10111010 1011001 1000010 0 11011 11100000 1010000 101001

Color Harmonies of #1540BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540BA

Black with #1540BA

Text Example


Text Example

White with #1540BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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