Html Css Color HEX #1541CD Persian Blue

📋 copy color: '#1541CD'

red 21 ◦ green 65 ◦ blue 205

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

Shades of Persian Blue #1541CD

Tints of Persian Blue #1541CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 7.22%
G = 22.34%
B = 70.45%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1541CD (or 0x1541CD) is known color: Persian Blue. HEX triplet: 15, 41 and CD. RGB value is (21,65,205). Sum of RGB (Red+Green+Blue) = 21+65+205=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1541CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541CD is #EABE32. Grayscale: #434343. Windows color (decimal): -15384115 or 13451541. OLE color: 13451541.

HSL color Cylindrical-coordinate representation of color #1541CD: hue angle of 225.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1541CD is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 65 205 -
CMYK 0.90 0.68 0 0.20
HSL 225.65º 0.81% 0.44% -
HSV(B) 225.65º 0.9% 0.8% -
XYZ 13.22 8.35 58.67 -
YUV 67.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 21 65 205 0.90 0.68 0 0.20 225.65 0.81 0.44
Hex 15 41 CD 5A 44 0 14 E2 51 2C
Octal 25 101 315 132 104 0 24 342 121 54
Binary 10101 1000001 11001101 1011010 1000100 0 10100 11100010 1010001 101100

Color Harmonies of #1541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541CD

Black with #1541CD

Text Example


Text Example

White with #1541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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