Html Css Color HEX #1527BE Persian Blue

📋 copy color: '#1527BE'

red 21 ◦ green 39 ◦ blue 190

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

Shades of Persian Blue #1527BE

Tints of Persian Blue #1527BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76%

R = 8.4%
G = 15.6%
B = 76%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1527BE (or 0x1527BE) is known color: Persian Blue. HEX triplet: 15, 27 and BE. RGB value is (21,39,190). Sum of RGB (Red+Green+Blue) = 21+39+190=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #1527BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1527BE is #EAD841. Grayscale: #323232. Windows color (decimal): -15390786 or 12461845. OLE color: 12461845.

HSL color Cylindrical-coordinate representation of color #1527BE: hue angle of 233.61º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1527BE is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 39 190 -
CMYK 0.89 0.79 0 0.25
HSL 233.61º 0.8% 0.41% -
HSV(B) 233.61º 0.89% 0.75% -
XYZ 10.33 5.33 49.2 -
YUV 50.83 206.54 106.72 -
System Red Green Blue C M Y K H S L
Decimal 21 39 190 0.89 0.79 0 0.25 233.61 0.8 0.41
Hex 15 27 BE 59 4F 0 19 EA 50 29
Octal 25 47 276 131 117 0 31 352 120 51
Binary 10101 100111 10111110 1011001 1001111 0 11001 11101010 1010000 101001

Color Harmonies of #1527BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1527BE

Black with #1527BE

Text Example


Text Example

White with #1527BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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