Html Css Color HEX #1524CB Persian Blue

📋 copy color: '#1524CB'

red 21 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #1524CB

Tints of Persian Blue #1524CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.08%

R = 8.08%
G = 13.85%
B = 78.08%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1524CB (or 0x1524CB) is known color: Persian Blue. HEX triplet: 15, 24 and CB. RGB value is (21,36,203). Sum of RGB (Red+Green+Blue) = 21+36+203=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #1524CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524CB is #EADB34. Grayscale: #313131. Windows color (decimal): -15391541 or 13313045. OLE color: 13313045.

HSL color Cylindrical-coordinate representation of color #1524CB: hue angle of 235.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1524CB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 36 203 -
CMYK 0.90 0.82 0 0.20
HSL 235.05º 0.81% 0.44% -
HSV(B) 235.05º 0.9% 0.8% -
XYZ 11.72 5.73 56.99 -
YUV 50.55 214.03 106.92 -
System Red Green Blue C M Y K H S L
Decimal 21 36 203 0.90 0.82 0 0.20 235.05 0.81 0.44
Hex 15 24 CB 5A 52 0 14 EB 51 2C
Octal 25 44 313 132 122 0 24 353 121 54
Binary 10101 100100 11001011 1011010 1010010 0 10100 11101011 1010001 101100

Color Harmonies of #1524CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524CB

Black with #1524CB

Text Example


Text Example

White with #1524CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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