Html Css Color HEX #1540BE Persian Blue

📋 copy color: '#1540BE'

red 21 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #1540BE

Tints of Persian Blue #1540BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.09%

R = 7.64%
G = 23.27%
B = 69.09%

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

#1540BE (or 0x1540BE) is known color: Persian Blue. HEX triplet: 15, 40 and BE. RGB value is (21,64,190). Sum of RGB (Red+Green+Blue) = 21+64+190=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #1540BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540BE is #EABF41. Grayscale: #404040. Windows color (decimal): -15384386 or 12468245. OLE color: 12468245.

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

Color convert

RGB 21 64 190 -
CMYK 0.89 0.66 0 0.25
HSL 224.73º 0.8% 0.41% -
HSV(B) 224.73º 0.89% 0.75% -
XYZ 11.44 7.54 49.57 -
YUV 65.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 21 64 190 0.89 0.66 0 0.25 224.73 0.8 0.41
Hex 15 40 BE 59 42 0 19 E1 50 29
Octal 25 100 276 131 102 0 31 341 120 51
Binary 10101 1000000 10111110 1011001 1000010 0 11001 11100001 1010000 101001

Color Harmonies of #1540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540BE

Black with #1540BE

Text Example


Text Example

White with #1540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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