Html Css Color HEX #1931DF Persian Blue

📋 copy color: '#1931DF'

red 25 ◦ green 49 ◦ blue 223

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

Shades of Persian Blue #1931DF

Tints of Persian Blue #1931DF

RGB

 RED value IS 25 (10.16% from 255) = 8.42%

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

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 8.42%
G = 16.5%
B = 75.08%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1931DF (or 0x1931DF) is known color: Persian Blue. HEX triplet: 19, 31 and DF. RGB value is (25,49,223). Sum of RGB (Red+Green+Blue) = 25+49+223=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1931DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931DF is #E6CE20. Grayscale: #3C3C3C. Windows color (decimal): -15126049 or 14627097. OLE color: 14627097.

HSL color Cylindrical-coordinate representation of color #1931DF: hue angle of 232.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1931DF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 49 223 -
CMYK 0.89 0.78 0 0.13
HSL 232.73º 0.8% 0.49% -
HSV(B) 232.73º 0.89% 0.87% -
XYZ 14.82 7.73 70.52 -
YUV 61.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 25 49 223 0.89 0.78 0 0.13 232.73 0.8 0.49
Hex 19 31 DF 59 4E 0 D E9 50 31
Octal 31 61 337 131 116 0 15 351 120 61
Binary 11001 110001 11011111 1011001 1001110 0 1101 11101001 1010000 110001

Color Harmonies of #1931DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1931DF

Black with #1931DF

Text Example


Text Example

White with #1931DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1931DF; }

 p { color: rgb(25,49,223); }

 H1.HeaderClassName
 {
   color: #1931DF;
 }
 .AnyTagClassName
 {
   color: #1931DF;
 }
</style>

background-color css

<style>
 a { background-color: #1931DF; }

 a { background-color: rgb(25,49,223); }

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

border-color css

<style>
 span { border-color: #1931DF; }

 span { border-color: rgb(25,49,223); }

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