Html Css Color HEX #1529C9 Persian Blue

📋 copy color: '#1529C9'

red 21 ◦ green 41 ◦ blue 201

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

Shades of Persian Blue #1529C9

Tints of Persian Blue #1529C9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 7.98%
G = 15.59%
B = 76.43%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1529C9 (or 0x1529C9) is known color: Persian Blue. HEX triplet: 15, 29 and C9. RGB value is (21,41,201). Sum of RGB (Red+Green+Blue) = 21+41+201=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #1529C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1529C9 is #EAD636. Grayscale: #343434. Windows color (decimal): -15390263 or 13183253. OLE color: 13183253.

HSL color Cylindrical-coordinate representation of color #1529C9: hue angle of 233.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 #1529C9 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 41 201 -
CMYK 0.90 0.80 0 0.21
HSL 233.33º 0.81% 0.44% -
HSV(B) 233.33º 0.9% 0.79% -
XYZ 11.64 5.96 55.8 -
YUV 53.26 211.37 104.99 -
System Red Green Blue C M Y K H S L
Decimal 21 41 201 0.90 0.80 0 0.21 233.33 0.81 0.44
Hex 15 29 C9 5A 50 0 15 E9 51 2C
Octal 25 51 311 132 120 0 25 351 121 54
Binary 10101 101001 11001001 1011010 1010000 0 10101 11101001 1010001 101100

Color Harmonies of #1529C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1529C9

Black with #1529C9

Text Example


Text Example

White with #1529C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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