Html Css Color HEX #1937BC Persian Blue

📋 copy color: '#1937BC'

red 25 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #1937BC

Tints of Persian Blue #1937BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 9.33%
G = 20.52%
B = 70.15%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1937BC (or 0x1937BC) is known color: Persian Blue. HEX triplet: 19, 37 and BC. RGB value is (25,55,188). Sum of RGB (Red+Green+Blue) = 25+55+188=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #1937BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937BC is #E6C843. Grayscale: #3C3C3C. Windows color (decimal): -15124548 or 12334873. OLE color: 12334873.

HSL color Cylindrical-coordinate representation of color #1937BC: hue angle of 228.96º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1937BC is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 55 188 -
CMYK 0.87 0.71 0 0.26
HSL 228.96º 0.77% 0.42% -
HSV(B) 228.96º 0.87% 0.74% -
XYZ 10.84 6.57 48.27 -
YUV 61.19 199.56 102.19 -
System Red Green Blue C M Y K H S L
Decimal 25 55 188 0.87 0.71 0 0.26 228.96 0.77 0.42
Hex 19 37 BC 57 47 0 1A E5 4D 2A
Octal 31 67 274 127 107 0 32 345 115 52
Binary 11001 110111 10111100 1010111 1000111 0 11010 11100101 1001101 101010

Color Harmonies of #1937BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937BC

Black with #1937BC

Text Example


Text Example

White with #1937BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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