Html Css Color HEX #1535DB Persian Blue

📋 copy color: '#1535DB'

red 21 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #1535DB

Tints of Persian Blue #1535DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 7.17%
G = 18.09%
B = 74.74%

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

#1535DB (or 0x1535DB) is known color: Persian Blue. HEX triplet: 15, 35 and DB. RGB value is (21,53,219). Sum of RGB (Red+Green+Blue) = 21+53+219=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #1535DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535DB is #EACA24. Grayscale: #3D3D3D. Windows color (decimal): -15387173 or 14365973. OLE color: 14365973.

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

Color convert

RGB 21 53 219 -
CMYK 0.90 0.76 0 0.14
HSL 230.3º 0.83% 0.47% -
HSV(B) 230.3º 0.9% 0.86% -
XYZ 14.37 7.82 67.77 -
YUV 62.36 216.4 98.5 -
System Red Green Blue C M Y K H S L
Decimal 21 53 219 0.90 0.76 0 0.14 230.3 0.83 0.47
Hex 15 35 DB 5A 4C 0 E E6 52 2F
Octal 25 65 333 132 114 0 16 346 122 57
Binary 10101 110101 11011011 1011010 1001100 0 1110 11100110 1010010 101111

Color Harmonies of #1535DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535DB

Black with #1535DB

Text Example


Text Example

White with #1535DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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