Html Css Color HEX #1535BA Persian Blue

📋 copy color: '#1535BA'

red 21 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #1535BA

Tints of Persian Blue #1535BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.54%

R = 8.08%
G = 20.38%
B = 71.54%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1535BA (or 0x1535BA) is known color: Persian Blue. HEX triplet: 15, 35 and BA. RGB value is (21,53,186). Sum of RGB (Red+Green+Blue) = 21+53+186=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #1535BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535BA is #EACA45. Grayscale: #3A3A3A. Windows color (decimal): -15387206 or 12203285. OLE color: 12203285.

HSL color Cylindrical-coordinate representation of color #1535BA: hue angle of 228.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1535BA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 53 186 -
CMYK 0.89 0.72 0 0.27
HSL 228.36º 0.8% 0.41% -
HSV(B) 228.36º 0.89% 0.73% -
XYZ 10.45 6.25 47.11 -
YUV 58.59 199.9 101.19 -
System Red Green Blue C M Y K H S L
Decimal 21 53 186 0.89 0.72 0 0.27 228.36 0.8 0.41
Hex 15 35 BA 59 48 0 1B E4 50 29
Octal 25 65 272 131 110 0 33 344 120 51
Binary 10101 110101 10111010 1011001 1001000 0 11011 11100100 1010000 101001

Color Harmonies of #1535BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535BA

Black with #1535BA

Text Example


Text Example

White with #1535BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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