Html Css Color HEX #1542DB Persian Blue

📋 copy color: '#1542DB'

red 21 ◦ green 66 ◦ blue 219

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

Shades of Persian Blue #1542DB

Tints of Persian Blue #1542DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 6.86%
G = 21.57%
B = 71.57%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1542DB (or 0x1542DB) is known color: Persian Blue. HEX triplet: 15, 42 and DB. RGB value is (21,66,219). Sum of RGB (Red+Green+Blue) = 21+66+219=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #1542DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1542DB is #EABD24. Grayscale: #454545. Windows color (decimal): -15383845 or 14369301. OLE color: 14369301.

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

Color convert

RGB 21 66 219 -
CMYK 0.90 0.70 0 0.14
HSL 226.36º 0.83% 0.47% -
HSV(B) 226.36º 0.9% 0.86% -
XYZ 15.04 9.17 68 -
YUV 69.99 212.09 93.06 -
System Red Green Blue C M Y K H S L
Decimal 21 66 219 0.90 0.70 0 0.14 226.36 0.83 0.47
Hex 15 42 DB 5A 46 0 E E2 52 2F
Octal 25 102 333 132 106 0 16 342 122 57
Binary 10101 1000010 11011011 1011010 1000110 0 1110 11100010 1010010 101111

Color Harmonies of #1542DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542DB

Black with #1542DB

Text Example


Text Example

White with #1542DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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