Html Css Color HEX #1543DB Persian Blue

📋 copy color: '#1543DB'

red 21 ◦ green 67 ◦ blue 219

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

Shades of Persian Blue #1543DB

Tints of Persian Blue #1543DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 6.84%
G = 21.82%
B = 71.34%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1543DB (or 0x1543DB) is known color: Persian Blue. HEX triplet: 15, 43 and DB. RGB value is (21,67,219). Sum of RGB (Red+Green+Blue) = 21+67+219=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1543DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543DB is #EABC24. Grayscale: #454545. Windows color (decimal): -15383589 or 14369557. OLE color: 14369557.

HSL color Cylindrical-coordinate representation of color #1543DB: hue angle of 226.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1543DB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 67 219 -
CMYK 0.90 0.69 0 0.14
HSL 226.06º 0.83% 0.47% -
HSV(B) 226.06º 0.9% 0.86% -
XYZ 15.1 9.29 68.01 -
YUV 70.57 211.76 92.64 -
System Red Green Blue C M Y K H S L
Decimal 21 67 219 0.90 0.69 0 0.14 226.06 0.83 0.47
Hex 15 43 DB 5A 45 0 E E2 52 2F
Octal 25 103 333 132 105 0 16 342 122 57
Binary 10101 1000011 11011011 1011010 1000101 0 1110 11100010 1010010 101111

Color Harmonies of #1543DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543DB

Black with #1543DB

Text Example


Text Example

White with #1543DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1543DB; }

 p { color: rgb(21,67,219); }

 H1.HeaderClassName
 {
   color: #1543DB;
 }
 .AnyTagClassName
 {
   color: #1543DB;
 }
</style>

background-color css

<style>
 a { background-color: #1543DB; }

 a { background-color: rgb(21,67,219); }

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

border-color css

<style>
 span { border-color: #1543DB; }

 span { border-color: rgb(21,67,219); }

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