Html Css Color HEX #1532C9 Persian Blue

📋 copy color: '#1532C9'

red 21 ◦ green 50 ◦ blue 201

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

Shades of Persian Blue #1532C9

Tints of Persian Blue #1532C9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 201 (78.91% from 255) = 73.9%

R = 7.72%
G = 18.38%
B = 73.9%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1532C9 (or 0x1532C9) is known color: Persian Blue. HEX triplet: 15, 32 and C9. RGB value is (21,50,201). Sum of RGB (Red+Green+Blue) = 21+50+201=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 201 (78.91% from 255 or 73.90% from 272); Max value from RGB is 201 - color contains mainly: blue. Hex color #1532C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1532C9 is #EACD36. Grayscale: #393939. Windows color (decimal): -15387959 or 13185557. OLE color: 13185557.

HSL color Cylindrical-coordinate representation of color #1532C9: hue angle of 230.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1532C9 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 50 201 -
CMYK 0.90 0.75 0 0.21
HSL 230.33º 0.81% 0.44% -
HSV(B) 230.33º 0.9% 0.79% -
XYZ 11.99 6.66 55.91 -
YUV 58.54 208.39 101.22 -
System Red Green Blue C M Y K H S L
Decimal 21 50 201 0.90 0.75 0 0.21 230.33 0.81 0.44
Hex 15 32 C9 5A 4B 0 15 E6 51 2C
Octal 25 62 311 132 113 0 25 346 121 54
Binary 10101 110010 11001001 1011010 1001011 0 10101 11100110 1010001 101100

Color Harmonies of #1532C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1532C9

Black with #1532C9

Text Example


Text Example

White with #1532C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1532C9; }

 p { color: rgb(21,50,201); }

 H1.HeaderClassName
 {
   color: #1532C9;
 }
 .AnyTagClassName
 {
   color: #1532C9;
 }
</style>

background-color css

<style>
 a { background-color: #1532C9; }

 a { background-color: rgb(21,50,201); }

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

border-color css

<style>
 span { border-color: #1532C9; }

 span { border-color: rgb(21,50,201); }

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