Html Css Color HEX #1526DA Persian Blue

📋 copy color: '#1526DA'

red 21 ◦ green 38 ◦ blue 218

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

Shades of Persian Blue #1526DA

Tints of Persian Blue #1526DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.7%

R = 7.58%
G = 13.72%
B = 78.7%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1526DA (or 0x1526DA) is known color: Persian Blue. HEX triplet: 15, 26 and DA. RGB value is (21,38,218). Sum of RGB (Red+Green+Blue) = 21+38+218=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #1526DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526DA is #EAD925. Grayscale: #343434. Windows color (decimal): -15391014 or 14296597. OLE color: 14296597.

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

Color convert

RGB 21 38 218 -
CMYK 0.90 0.83 0 0.15
HSL 234.82º 0.82% 0.47% -
HSV(B) 234.82º 0.9% 0.85% -
XYZ 13.66 6.61 66.89 -
YUV 53.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 21 38 218 0.90 0.83 0 0.15 234.82 0.82 0.47
Hex 15 26 DA 5A 53 0 F EB 52 2F
Octal 25 46 332 132 123 0 17 353 122 57
Binary 10101 100110 11011010 1011010 1010011 0 1111 11101011 1010010 101111

Color Harmonies of #1526DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1526DA

Black with #1526DA

Text Example


Text Example

White with #1526DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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