Html Css Color HEX #1541BB Persian Blue

📋 copy color: '#1541BB'

red 21 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #1541BB

Tints of Persian Blue #1541BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 7.69%
G = 23.81%
B = 68.5%

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

#1541BB (or 0x1541BB) is known color: Persian Blue. HEX triplet: 15, 41 and BB. RGB value is (21,65,187). Sum of RGB (Red+Green+Blue) = 21+65+187=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #1541BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541BB is #EABE44. Grayscale: #414141. Windows color (decimal): -15384133 or 12271893. OLE color: 12271893.

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

Color convert

RGB 21 65 187 -
CMYK 0.89 0.65 0 0.27
HSL 224.1º 0.8% 0.41% -
HSV(B) 224.1º 0.89% 0.73% -
XYZ 11.17 7.53 47.88 -
YUV 65.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 21 65 187 0.89 0.65 0 0.27 224.1 0.8 0.41
Hex 15 41 BB 59 41 0 1B E0 50 29
Octal 25 101 273 131 101 0 33 340 120 51
Binary 10101 1000001 10111011 1011001 1000001 0 11011 11100000 1010000 101001

Color Harmonies of #1541BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541BB

Black with #1541BB

Text Example


Text Example

White with #1541BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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