Html Css Color HEX #1939C5 Persian Blue

📋 copy color: '#1939C5'

red 25 ◦ green 57 ◦ blue 197

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

Shades of Persian Blue #1939C5

Tints of Persian Blue #1939C5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

 BLUE value IS 197 (77.34% from 255) = 70.61%

R = 8.96%
G = 20.43%
B = 70.61%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1939C5 (or 0x1939C5) is known color: Persian Blue. HEX triplet: 19, 39 and C5. RGB value is (25,57,197). Sum of RGB (Red+Green+Blue) = 25+57+197=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #1939C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1939C5 is #E6C63A. Grayscale: #3E3E3E. Windows color (decimal): -15124027 or 12925209. OLE color: 12925209.

HSL color Cylindrical-coordinate representation of color #1939C5: hue angle of 228.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1939C5 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 57 197 -
CMYK 0.87 0.71 0 0.23
HSL 228.84º 0.77% 0.44% -
HSV(B) 228.84º 0.87% 0.77% -
XYZ 11.94 7.16 53.58 -
YUV 63.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 25 57 197 0.87 0.71 0 0.23 228.84 0.77 0.44
Hex 19 39 C5 57 47 0 17 E5 4D 2C
Octal 31 71 305 127 107 0 27 345 115 54
Binary 11001 111001 11000101 1010111 1000111 0 10111 11100101 1001101 101100

Color Harmonies of #1939C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1939C5

Black with #1939C5

Text Example


Text Example

White with #1939C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1939C5; }

 p { color: rgb(25,57,197); }

 H1.HeaderClassName
 {
   color: #1939C5;
 }
 .AnyTagClassName
 {
   color: #1939C5;
 }
</style>

background-color css

<style>
 a { background-color: #1939C5; }

 a { background-color: rgb(25,57,197); }

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

border-color css

<style>
 span { border-color: #1939C5; }

 span { border-color: rgb(25,57,197); }

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