Html Css Color HEX #1527B3 Persian Blue

📋 copy color: '#1527B3'

red 21 ◦ green 39 ◦ blue 179

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

Shades of Persian Blue #1527B3

Tints of Persian Blue #1527B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 74.9%

R = 8.79%
G = 16.32%
B = 74.9%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1527B3 (or 0x1527B3) is known color: Persian Blue. HEX triplet: 15, 27 and B3. RGB value is (21,39,179). Sum of RGB (Red+Green+Blue) = 21+39+179=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #1527B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1527B3 is #EAD84C. Grayscale: #313131. Windows color (decimal): -15390797 or 11740949. OLE color: 11740949.

HSL color Cylindrical-coordinate representation of color #1527B3: hue angle of 233.16º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1527B3 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 39 179 -
CMYK 0.88 0.78 0 0.30
HSL 233.16º 0.79% 0.39% -
HSV(B) 233.16º 0.88% 0.7% -
XYZ 9.17 4.87 43.1 -
YUV 49.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 21 39 179 0.88 0.78 0 0.30 233.16 0.79 0.39
Hex 15 27 B3 58 4E 0 1E E9 4F 27
Octal 25 47 263 130 116 0 36 351 117 47
Binary 10101 100111 10110011 1011000 1001110 0 11110 11101001 1001111 100111

Color Harmonies of #1527B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1527B3

Black with #1527B3

Text Example


Text Example

White with #1527B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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