Html Css Color HEX #1534DB Persian Blue

📋 copy color: '#1534DB'

red 21 ◦ green 52 ◦ blue 219

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

Shades of Persian Blue #1534DB

Tints of Persian Blue #1534DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 7.19%
G = 17.81%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1534DB (or 0x1534DB) is known color: Persian Blue. HEX triplet: 15, 34 and DB. RGB value is (21,52,219). Sum of RGB (Red+Green+Blue) = 21+52+219=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #1534DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534DB is #EACB24. Grayscale: #3D3D3D. Windows color (decimal): -15387429 or 14365717. OLE color: 14365717.

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

Color convert

RGB 21 52 219 -
CMYK 0.90 0.76 0 0.14
HSL 230.61º 0.83% 0.47% -
HSV(B) 230.61º 0.9% 0.86% -
XYZ 14.32 7.73 67.75 -
YUV 61.77 216.73 98.92 -
System Red Green Blue C M Y K H S L
Decimal 21 52 219 0.90 0.76 0 0.14 230.61 0.83 0.47
Hex 15 34 DB 5A 4C 0 E E7 52 2F
Octal 25 64 333 132 114 0 16 347 122 57
Binary 10101 110100 11011011 1011010 1001100 0 1110 11100111 1010010 101111

Color Harmonies of #1534DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534DB

Black with #1534DB

Text Example


Text Example

White with #1534DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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