Html Css Color HEX #1524BB Persian Blue

📋 copy color: '#1524BB'

red 21 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #1524BB

Tints of Persian Blue #1524BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 8.61%
G = 14.75%
B = 76.64%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1524BB (or 0x1524BB) is known color: Persian Blue. HEX triplet: 15, 24 and BB. RGB value is (21,36,187). Sum of RGB (Red+Green+Blue) = 21+36+187=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #1524BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524BB is #EADB44. Grayscale: #303030. Windows color (decimal): -15391557 or 12264469. OLE color: 12264469.

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

Color convert

RGB 21 36 187 -
CMYK 0.89 0.81 0 0.27
HSL 234.58º 0.8% 0.41% -
HSV(B) 234.58º 0.89% 0.73% -
XYZ 9.91 5.01 47.46 -
YUV 48.73 206.03 108.22 -
System Red Green Blue C M Y K H S L
Decimal 21 36 187 0.89 0.81 0 0.27 234.58 0.8 0.41
Hex 15 24 BB 59 51 0 1B EB 50 29
Octal 25 44 273 131 121 0 33 353 120 51
Binary 10101 100100 10111011 1011001 1010001 0 11011 11101011 1010000 101001

Color Harmonies of #1524BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524BB

Black with #1524BB

Text Example


Text Example

White with #1524BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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