Html Css Color HEX #1526BD Persian Blue

📋 copy color: '#1526BD'

red 21 ◦ green 38 ◦ blue 189

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

Shades of Persian Blue #1526BD

Tints of Persian Blue #1526BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.21%

R = 8.47%
G = 15.32%
B = 76.21%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1526BD (or 0x1526BD) is known color: Persian Blue. HEX triplet: 15, 26 and BD. RGB value is (21,38,189). Sum of RGB (Red+Green+Blue) = 21+38+189=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #1526BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526BD is #EAD942. Grayscale: #313131. Windows color (decimal): -15391043 or 12396053. OLE color: 12396053.

HSL color Cylindrical-coordinate representation of color #1526BD: hue angle of 233.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1526BD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 38 189 -
CMYK 0.89 0.80 0 0.26
HSL 233.93º 0.8% 0.41% -
HSV(B) 233.93º 0.89% 0.74% -
XYZ 10.19 5.22 48.61 -
YUV 50.13 206.37 107.22 -
System Red Green Blue C M Y K H S L
Decimal 21 38 189 0.89 0.80 0 0.26 233.93 0.8 0.41
Hex 15 26 BD 59 50 0 1A EA 50 29
Octal 25 46 275 131 120 0 32 352 120 51
Binary 10101 100110 10111101 1011001 1010000 0 11010 11101010 1010000 101001

Color Harmonies of #1526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1526BD

Black with #1526BD

Text Example


Text Example

White with #1526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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