Html Css Color HEX #1524CF Persian Blue

📋 copy color: '#1524CF'

red 21 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #1524CF

Tints of Persian Blue #1524CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 78.41%

R = 7.95%
G = 13.64%
B = 78.41%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1524CF (or 0x1524CF) is known color: Persian Blue. HEX triplet: 15, 24 and CF. RGB value is (21,36,207). Sum of RGB (Red+Green+Blue) = 21+36+207=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #1524CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524CF is #EADB30. Grayscale: #323232. Windows color (decimal): -15391537 or 13575189. OLE color: 13575189.

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

Color convert

RGB 21 36 207 -
CMYK 0.90 0.83 0 0.19
HSL 235.16º 0.82% 0.45% -
HSV(B) 235.16º 0.9% 0.81% -
XYZ 12.2 5.93 59.53 -
YUV 51.01 216.03 106.6 -
System Red Green Blue C M Y K H S L
Decimal 21 36 207 0.90 0.83 0 0.19 235.16 0.82 0.45
Hex 15 24 CF 5A 53 0 13 EB 52 2D
Octal 25 44 317 132 123 0 23 353 122 55
Binary 10101 100100 11001111 1011010 1010011 0 10011 11101011 1010010 101101

Color Harmonies of #1524CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524CF

Black with #1524CF

Text Example


Text Example

White with #1524CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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