Html Css Color HEX #1937CB Persian Blue

📋 copy color: '#1937CB'

red 25 ◦ green 55 ◦ blue 203

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

Shades of Persian Blue #1937CB

Tints of Persian Blue #1937CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 8.83%
G = 19.43%
B = 71.73%

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

#1937CB (or 0x1937CB) is known color: Persian Blue. HEX triplet: 19, 37 and CB. RGB value is (25,55,203). Sum of RGB (Red+Green+Blue) = 25+55+203=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #1937CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937CB is #E6C834. Grayscale: #3E3E3E. Windows color (decimal): -15124533 or 13317913. OLE color: 13317913.

HSL color Cylindrical-coordinate representation of color #1937CB: hue angle of 229.89º 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 #1937CB is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 55 203 -
CMYK 0.88 0.73 0 0.20
HSL 229.89º 0.78% 0.45% -
HSV(B) 229.89º 0.88% 0.8% -
XYZ 12.55 7.25 57.24 -
YUV 62.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 25 55 203 0.88 0.73 0 0.20 229.89 0.78 0.45
Hex 19 37 CB 58 49 0 14 E6 4E 2D
Octal 31 67 313 130 111 0 24 346 116 55
Binary 11001 110111 11001011 1011000 1001001 0 10100 11100110 1001110 101101

Color Harmonies of #1937CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937CB

Black with #1937CB

Text Example


Text Example

White with #1937CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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