Html Css Color HEX #1541DE Persian Blue

📋 copy color: '#1541DE'

red 21 ◦ green 65 ◦ blue 222

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

Shades of Persian Blue #1541DE

Tints of Persian Blue #1541DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 6.82%
G = 21.1%
B = 72.08%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1541DE (or 0x1541DE) is known color: Persian Blue. HEX triplet: 15, 41 and DE. RGB value is (21,65,222). Sum of RGB (Red+Green+Blue) = 21+65+222=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #1541DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541DE is #EABE21. Grayscale: #454545. Windows color (decimal): -15384098 or 14565653. OLE color: 14565653.

HSL color Cylindrical-coordinate representation of color #1541DE: hue angle of 226.87º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1541DE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 65 222 -
CMYK 0.91 0.71 0 0.13
HSL 226.87º 0.83% 0.48% -
HSV(B) 226.87º 0.91% 0.87% -
XYZ 15.38 9.21 70.07 -
YUV 69.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 21 65 222 0.91 0.71 0 0.13 226.87 0.83 0.48
Hex 15 41 DE 5B 47 0 D E3 53 30
Octal 25 101 336 133 107 0 15 343 123 60
Binary 10101 1000001 11011110 1011011 1000111 0 1101 11100011 1010011 110000

Color Harmonies of #1541DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541DE

Black with #1541DE

Text Example


Text Example

White with #1541DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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