Html Css Color HEX #1531CF Persian Blue

📋 copy color: '#1531CF'

red 21 ◦ green 49 ◦ blue 207

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

Shades of Persian Blue #1531CF

Tints of Persian Blue #1531CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.73%

R = 7.58%
G = 17.69%
B = 74.73%

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

#1531CF (or 0x1531CF) is known color: Persian Blue. HEX triplet: 15, 31 and CF. RGB value is (21,49,207). Sum of RGB (Red+Green+Blue) = 21+49+207=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #1531CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531CF is #EACE30. Grayscale: #393939. Windows color (decimal): -15388209 or 13578517. OLE color: 13578517.

HSL color Cylindrical-coordinate representation of color #1531CF: hue angle of 230.97º degrees, saturation: 0.82, 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 #1531CF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 49 207 -
CMYK 0.90 0.76 0 0.19
HSL 230.97º 0.82% 0.45% -
HSV(B) 230.97º 0.9% 0.81% -
XYZ 12.67 6.86 59.69 -
YUV 58.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 21 49 207 0.90 0.76 0 0.19 230.97 0.82 0.45
Hex 15 31 CF 5A 4C 0 13 E7 52 2D
Octal 25 61 317 132 114 0 23 347 122 55
Binary 10101 110001 11001111 1011010 1001100 0 10011 11100111 1010010 101101

Color Harmonies of #1531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531CF

Black with #1531CF

Text Example


Text Example

White with #1531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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