Html Css Color HEX #1541BC Persian Blue

📋 copy color: '#1541BC'

red 21 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #1541BC

Tints of Persian Blue #1541BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 7.66%
G = 23.72%
B = 68.61%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1541BC (or 0x1541BC) is known color: Persian Blue. HEX triplet: 15, 41 and BC. RGB value is (21,65,188). Sum of RGB (Red+Green+Blue) = 21+65+188=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1541BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541BC is #EABE43. Grayscale: #414141. Windows color (decimal): -15384132 or 12337429. OLE color: 12337429.

HSL color Cylindrical-coordinate representation of color #1541BC: hue angle of 224.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1541BC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 65 188 -
CMYK 0.89 0.65 0 0.26
HSL 224.19º 0.8% 0.41% -
HSV(B) 224.19º 0.89% 0.74% -
XYZ 11.28 7.57 48.44 -
YUV 65.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 21 65 188 0.89 0.65 0 0.26 224.19 0.8 0.41
Hex 15 41 BC 59 41 0 1A E0 50 29
Octal 25 101 274 131 101 0 32 340 120 51
Binary 10101 1000001 10111100 1011001 1000001 0 11010 11100000 1010000 101001

Color Harmonies of #1541BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541BC

Black with #1541BC

Text Example


Text Example

White with #1541BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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