Html Css Color HEX #1535B7 Persian Blue

📋 copy color: '#1535B7'

red 21 ◦ green 53 ◦ blue 183

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

Shades of Persian Blue #1535B7

Tints of Persian Blue #1535B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 71.21%

R = 8.17%
G = 20.62%
B = 71.21%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1535B7 (or 0x1535B7) is known color: Persian Blue. HEX triplet: 15, 35 and B7. RGB value is (21,53,183). Sum of RGB (Red+Green+Blue) = 21+53+183=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #1535B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535B7 is #EACA48. Grayscale: #393939. Windows color (decimal): -15387209 or 12006677. OLE color: 12006677.

HSL color Cylindrical-coordinate representation of color #1535B7: hue angle of 228.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1535B7 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 53 183 -
CMYK 0.89 0.71 0 0.28
HSL 228.15º 0.79% 0.4% -
HSV(B) 228.15º 0.89% 0.72% -
XYZ 10.13 6.12 45.45 -
YUV 58.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 21 53 183 0.89 0.71 0 0.28 228.15 0.79 0.4
Hex 15 35 B7 59 47 0 1C E4 4F 28
Octal 25 65 267 131 107 0 34 344 117 50
Binary 10101 110101 10110111 1011001 1000111 0 11100 11100100 1001111 101000

Color Harmonies of #1535B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535B7

Black with #1535B7

Text Example


Text Example

White with #1535B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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