Html Css Color HEX #1543BC Persian Blue

📋 copy color: '#1543BC'

red 21 ◦ green 67 ◦ blue 188

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

Shades of Persian Blue #1543BC

Tints of Persian Blue #1543BC

RGB

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

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

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

R = 7.61%
G = 24.28%
B = 68.12%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1543BC (or 0x1543BC) is known color: Persian Blue. HEX triplet: 15, 43 and BC. RGB value is (21,67,188). Sum of RGB (Red+Green+Blue) = 21+67+188=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #1543BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543BC is #EABC43. Grayscale: #424242. Windows color (decimal): -15383620 or 12337941. OLE color: 12337941.

HSL color Cylindrical-coordinate representation of color #1543BC: hue angle of 223.47º 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 #1543BC is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 67 188 -
CMYK 0.89 0.64 0 0.26
HSL 223.47º 0.8% 0.41% -
HSV(B) 223.47º 0.89% 0.74% -
XYZ 11.39 7.8 48.48 -
YUV 67.04 196.26 95.16 -
System Red Green Blue C M Y K H S L
Decimal 21 67 188 0.89 0.64 0 0.26 223.47 0.8 0.41
Hex 15 43 BC 59 40 0 1A DF 50 29
Octal 25 103 274 131 100 0 32 337 120 51
Binary 10101 1000011 10111100 1011001 1000000 0 11010 11011111 1010000 101001

Color Harmonies of #1543BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543BC

Black with #1543BC

Text Example


Text Example

White with #1543BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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