Html Css Color HEX #1937DF Persian Blue

📋 copy color: '#1937DF'

red 25 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #1937DF

Tints of Persian Blue #1937DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 8.25%
G = 18.15%
B = 73.6%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1937DF (or 0x1937DF) is known color: Persian Blue. HEX triplet: 19, 37 and DF. RGB value is (25,55,223). Sum of RGB (Red+Green+Blue) = 25+55+223=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #1937DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937DF is #E6C820. Grayscale: #404040. Windows color (decimal): -15124513 or 14628633. OLE color: 14628633.

HSL color Cylindrical-coordinate representation of color #1937DF: hue angle of 230.91º 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 #1937DF is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 55 223 -
CMYK 0.89 0.75 0 0.13
HSL 230.91º 0.8% 0.49% -
HSV(B) 230.91º 0.89% 0.87% -
XYZ 15.09 8.27 70.61 -
YUV 65.18 217.06 99.34 -
System Red Green Blue C M Y K H S L
Decimal 25 55 223 0.89 0.75 0 0.13 230.91 0.8 0.49
Hex 19 37 DF 59 4B 0 D E7 50 31
Octal 31 67 337 131 113 0 15 347 120 61
Binary 11001 110111 11011111 1011001 1001011 0 1101 11100111 1010000 110001

Color Harmonies of #1937DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937DF

Black with #1937DF

Text Example


Text Example

White with #1937DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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