Html Css Color HEX #1526DC Persian Blue

📋 copy color: '#1526DC'

red 21 ◦ green 38 ◦ blue 220

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

Shades of Persian Blue #1526DC

Tints of Persian Blue #1526DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 220 (86.33% from 255) = 78.85%

R = 7.53%
G = 13.62%
B = 78.85%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1526DC (or 0x1526DC) is known color: Persian Blue. HEX triplet: 15, 26 and DC. RGB value is (21,38,220). Sum of RGB (Red+Green+Blue) = 21+38+220=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #1526DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526DC is #EAD923. Grayscale: #343434. Windows color (decimal): -15391012 or 14427669. OLE color: 14427669.

HSL color Cylindrical-coordinate representation of color #1526DC: hue angle of 234.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1526DC is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 38 220 -
CMYK 0.90 0.83 0 0.14
HSL 234.87º 0.83% 0.47% -
HSV(B) 234.87º 0.9% 0.86% -
XYZ 13.92 6.71 68.27 -
YUV 53.67 221.87 104.7 -
System Red Green Blue C M Y K H S L
Decimal 21 38 220 0.90 0.83 0 0.14 234.87 0.83 0.47
Hex 15 26 DC 5A 53 0 E EB 53 2F
Octal 25 46 334 132 123 0 16 353 123 57
Binary 10101 100110 11011100 1011010 1010011 0 1110 11101011 1010011 101111

Color Harmonies of #1526DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1526DC

Black with #1526DC

Text Example


Text Example

White with #1526DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1526DC; }

 p { color: rgb(21,38,220); }

 H1.HeaderClassName
 {
   color: #1526DC;
 }
 .AnyTagClassName
 {
   color: #1526DC;
 }
</style>

background-color css

<style>
 a { background-color: #1526DC; }

 a { background-color: rgb(21,38,220); }

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

border-color css

<style>
 span { border-color: #1526DC; }

 span { border-color: rgb(21,38,220); }

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