Html Css Color HEX #1541BE Persian Blue

📋 copy color: '#1541BE'

red 21 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #1541BE

Tints of Persian Blue #1541BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 7.61%
G = 23.55%
B = 68.84%

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

#1541BE (or 0x1541BE) is known color: Persian Blue. HEX triplet: 15, 41 and BE. RGB value is (21,65,190). Sum of RGB (Red+Green+Blue) = 21+65+190=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #1541BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541BE is #EABE41. Grayscale: #414141. Windows color (decimal): -15384130 or 12468501. OLE color: 12468501.

HSL color Cylindrical-coordinate representation of color #1541BE: hue angle of 224.38º 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 #1541BE is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 65 190 -
CMYK 0.89 0.66 0 0.25
HSL 224.38º 0.8% 0.41% -
HSV(B) 224.38º 0.89% 0.75% -
XYZ 11.49 7.66 49.59 -
YUV 66.09 197.92 95.84 -
System Red Green Blue C M Y K H S L
Decimal 21 65 190 0.89 0.66 0 0.25 224.38 0.8 0.41
Hex 15 41 BE 59 42 0 19 E0 50 29
Octal 25 101 276 131 102 0 31 340 120 51
Binary 10101 1000001 10111110 1011001 1000010 0 11001 11100000 1010000 101001

Color Harmonies of #1541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541BE

Black with #1541BE

Text Example


Text Example

White with #1541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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