Html Css Color HEX #1536BB Persian Blue

📋 copy color: '#1536BB'

red 21 ◦ green 54 ◦ blue 187

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

Shades of Persian Blue #1536BB

Tints of Persian Blue #1536BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 187 (73.44% from 255) = 71.37%

R = 8.02%
G = 20.61%
B = 71.37%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1536BB (or 0x1536BB) is known color: Persian Blue. HEX triplet: 15, 36 and BB. RGB value is (21,54,187). Sum of RGB (Red+Green+Blue) = 21+54+187=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #1536BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536BB is #EAC944. Grayscale: #3A3A3A. Windows color (decimal): -15386949 or 12269077. OLE color: 12269077.

HSL color Cylindrical-coordinate representation of color #1536BB: hue angle of 228.07º 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 #1536BB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 54 187 -
CMYK 0.89 0.71 0 0.27
HSL 228.07º 0.8% 0.41% -
HSV(B) 228.07º 0.89% 0.73% -
XYZ 10.6 6.39 47.69 -
YUV 59.3 200.07 100.69 -
System Red Green Blue C M Y K H S L
Decimal 21 54 187 0.89 0.71 0 0.27 228.07 0.8 0.41
Hex 15 36 BB 59 47 0 1B E4 50 29
Octal 25 66 273 131 107 0 33 344 120 51
Binary 10101 110110 10111011 1011001 1000111 0 11011 11100100 1010000 101001

Color Harmonies of #1536BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1536BB

Black with #1536BB

Text Example


Text Example

White with #1536BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1536BB; }

 p { color: rgb(21,54,187); }

 H1.HeaderClassName
 {
   color: #1536BB;
 }
 .AnyTagClassName
 {
   color: #1536BB;
 }
</style>

background-color css

<style>
 a { background-color: #1536BB; }

 a { background-color: rgb(21,54,187); }

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

border-color css

<style>
 span { border-color: #1536BB; }

 span { border-color: rgb(21,54,187); }

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