Html Css Color HEX #1531CE Persian Blue

📋 copy color: '#1531CE'

red 21 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #1531CE

Tints of Persian Blue #1531CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 7.61%
G = 17.75%
B = 74.64%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1531CE (or 0x1531CE) is known color: Persian Blue. HEX triplet: 15, 31 and CE. RGB value is (21,49,206). Sum of RGB (Red+Green+Blue) = 21+49+206=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #1531CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531CE is #EACE31. Grayscale: #393939. Windows color (decimal): -15388210 or 13512981. OLE color: 13512981.

HSL color Cylindrical-coordinate representation of color #1531CE: hue angle of 230.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1531CE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 49 206 -
CMYK 0.90 0.76 0 0.19
HSL 230.92º 0.81% 0.45% -
HSV(B) 230.92º 0.9% 0.81% -
XYZ 12.55 6.81 59.05 -
YUV 58.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 21 49 206 0.90 0.76 0 0.19 230.92 0.81 0.45
Hex 15 31 CE 5A 4C 0 13 E7 51 2D
Octal 25 61 316 132 114 0 23 347 121 55
Binary 10101 110001 11001110 1011010 1001100 0 10011 11100111 1010001 101101

Color Harmonies of #1531CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531CE

Black with #1531CE

Text Example


Text Example

White with #1531CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1531CE; }

 p { color: rgb(21,49,206); }

 H1.HeaderClassName
 {
   color: #1531CE;
 }
 .AnyTagClassName
 {
   color: #1531CE;
 }
</style>

background-color css

<style>
 a { background-color: #1531CE; }

 a { background-color: rgb(21,49,206); }

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

border-color css

<style>
 span { border-color: #1531CE; }

 span { border-color: rgb(21,49,206); }

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