Html Css Color HEX #1937CD Persian Blue

📋 copy color: '#1937CD'

red 25 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1937CD

Tints of Persian Blue #1937CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 8.77%
G = 19.3%
B = 71.93%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1937CD (or 0x1937CD) is known color: Persian Blue. HEX triplet: 19, 37 and CD. RGB value is (25,55,205). Sum of RGB (Red+Green+Blue) = 25+55+205=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #1937CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937CD is #E6C832. Grayscale: #3E3E3E. Windows color (decimal): -15124531 or 13448985. OLE color: 13448985.

HSL color Cylindrical-coordinate representation of color #1937CD: hue angle of 230º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1937CD is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 55 205 -
CMYK 0.88 0.73 0 0.20
HSL 230º 0.78% 0.45% -
HSV(B) 230º 0.88% 0.8% -
XYZ 12.79 7.35 58.5 -
YUV 63.13 208.06 100.8 -
System Red Green Blue C M Y K H S L
Decimal 25 55 205 0.88 0.73 0 0.20 230 0.78 0.45
Hex 19 37 CD 58 49 0 14 E6 4E 2D
Octal 31 67 315 130 111 0 24 346 116 55
Binary 11001 110111 11001101 1011000 1001001 0 10100 11100110 1001110 101101

Color Harmonies of #1937CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937CD

Black with #1937CD

Text Example


Text Example

White with #1937CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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