Html Css Color HEX #1546DB Persian Blue

📋 copy color: '#1546DB'

red 21 ◦ green 70 ◦ blue 219

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

Shades of Persian Blue #1546DB

Tints of Persian Blue #1546DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 6.77%
G = 22.58%
B = 70.65%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1546DB (or 0x1546DB) is known color: Persian Blue. HEX triplet: 15, 46 and DB. RGB value is (21,70,219). Sum of RGB (Red+Green+Blue) = 21+70+219=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #1546DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546DB is #EAB924. Grayscale: #474747. Windows color (decimal): -15382821 or 14370325. OLE color: 14370325.

HSL color Cylindrical-coordinate representation of color #1546DB: hue angle of 225.15º 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 #1546DB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 70 219 -
CMYK 0.90 0.68 0 0.14
HSL 225.15º 0.83% 0.47% -
HSV(B) 225.15º 0.9% 0.86% -
XYZ 15.29 9.65 68.08 -
YUV 72.34 210.77 91.38 -
System Red Green Blue C M Y K H S L
Decimal 21 70 219 0.90 0.68 0 0.14 225.15 0.83 0.47
Hex 15 46 DB 5A 44 0 E E1 52 2F
Octal 25 106 333 132 104 0 16 341 122 57
Binary 10101 1000110 11011011 1011010 1000100 0 1110 11100001 1010010 101111

Color Harmonies of #1546DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1546DB

Black with #1546DB

Text Example


Text Example

White with #1546DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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