Html Css Color HEX #1543CE Persian Blue

📋 copy color: '#1543CE'

red 21 ◦ green 67 ◦ blue 206

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

Shades of Persian Blue #1543CE

Tints of Persian Blue #1543CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 7.14%
G = 22.79%
B = 70.07%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1543CE (or 0x1543CE) is known color: Persian Blue. HEX triplet: 15, 43 and CE. RGB value is (21,67,206). Sum of RGB (Red+Green+Blue) = 21+67+206=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #1543CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543CE is #EABC31. Grayscale: #444444. Windows color (decimal): -15383602 or 13517589. OLE color: 13517589.

HSL color Cylindrical-coordinate representation of color #1543CE: hue angle of 225.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1543CE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 67 206 -
CMYK 0.90 0.67 0 0.19
HSL 225.08º 0.81% 0.45% -
HSV(B) 225.08º 0.9% 0.81% -
XYZ 13.46 8.63 59.35 -
YUV 69.09 205.26 93.7 -
System Red Green Blue C M Y K H S L
Decimal 21 67 206 0.90 0.67 0 0.19 225.08 0.81 0.45
Hex 15 43 CE 5A 43 0 13 E1 51 2D
Octal 25 103 316 132 103 0 23 341 121 55
Binary 10101 1000011 11001110 1011010 1000011 0 10011 11100001 1010001 101101

Color Harmonies of #1543CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543CE

Black with #1543CE

Text Example


Text Example

White with #1543CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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