Html Css Color HEX #1535BC Persian Blue

📋 copy color: '#1535BC'

red 21 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #1535BC

Tints of Persian Blue #1535BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 8.02%
G = 20.23%
B = 71.76%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1535BC (or 0x1535BC) is known color: Persian Blue. HEX triplet: 15, 35 and BC. RGB value is (21,53,188). Sum of RGB (Red+Green+Blue) = 21+53+188=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1535BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535BC is #EACA43. Grayscale: #3A3A3A. Windows color (decimal): -15387204 or 12334357. OLE color: 12334357.

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

Color convert

RGB 21 53 188 -
CMYK 0.89 0.72 0 0.26
HSL 228.5º 0.8% 0.41% -
HSV(B) 228.5º 0.89% 0.74% -
XYZ 10.66 6.34 48.24 -
YUV 58.82 200.9 101.02 -
System Red Green Blue C M Y K H S L
Decimal 21 53 188 0.89 0.72 0 0.26 228.5 0.8 0.41
Hex 15 35 BC 59 48 0 1A E5 50 29
Octal 25 65 274 131 110 0 32 345 120 51
Binary 10101 110101 10111100 1011001 1001000 0 11010 11100101 1010000 101001

Color Harmonies of #1535BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535BC

Black with #1535BC

Text Example


Text Example

White with #1535BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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