Html Css Color HEX #1527D7 Persian Blue

📋 copy color: '#1527D7'

red 21 ◦ green 39 ◦ blue 215

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

Shades of Persian Blue #1527D7

Tints of Persian Blue #1527D7

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 215 (84.38% from 255) = 78.18%

R = 7.64%
G = 14.18%
B = 78.18%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1527D7 (or 0x1527D7) is known color: Persian Blue. HEX triplet: 15, 27 and D7. RGB value is (21,39,215). Sum of RGB (Red+Green+Blue) = 21+39+215=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 215 (84.38% from 255 or 78.18% from 275); Max value from RGB is 215 - color contains mainly: blue. Hex color #1527D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1527D7 is #EAD828. Grayscale: #343434. Windows color (decimal): -15390761 or 14100245. OLE color: 14100245.

HSL color Cylindrical-coordinate representation of color #1527D7: hue angle of 234.43º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1527D7 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 39 215 -
CMYK 0.90 0.82 0 0.16
HSL 234.43º 0.82% 0.46% -
HSV(B) 234.43º 0.9% 0.84% -
XYZ 13.3 6.52 64.85 -
YUV 53.68 219.04 104.69 -
System Red Green Blue C M Y K H S L
Decimal 21 39 215 0.90 0.82 0 0.16 234.43 0.82 0.46
Hex 15 27 D7 5A 52 0 10 EA 52 2E
Octal 25 47 327 132 122 0 20 352 122 56
Binary 10101 100111 11010111 1011010 1010010 0 10000 11101010 1010010 101110

Color Harmonies of #1527D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1527D7

Black with #1527D7

Text Example


Text Example

White with #1527D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1527D7; }

 p { color: rgb(21,39,215); }

 H1.HeaderClassName
 {
   color: #1527D7;
 }
 .AnyTagClassName
 {
   color: #1527D7;
 }
</style>

background-color css

<style>
 a { background-color: #1527D7; }

 a { background-color: rgb(21,39,215); }

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

border-color css

<style>
 span { border-color: #1527D7; }

 span { border-color: rgb(21,39,215); }

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