Html Css Color HEX #1939BA Persian Blue

📋 copy color: '#1939BA'

red 25 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #1939BA

Tints of Persian Blue #1939BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 9.33%
G = 21.27%
B = 69.4%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1939BA (or 0x1939BA) is known color: Persian Blue. HEX triplet: 19, 39 and BA. RGB value is (25,57,186). Sum of RGB (Red+Green+Blue) = 25+57+186=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #1939BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1939BA is #E6C645. Grayscale: #3D3D3D. Windows color (decimal): -15124038 or 12204313. OLE color: 12204313.

HSL color Cylindrical-coordinate representation of color #1939BA: hue angle of 228.07º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1939BA is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 57 186 -
CMYK 0.87 0.69 0 0.27
HSL 228.07º 0.76% 0.41% -
HSV(B) 228.07º 0.87% 0.73% -
XYZ 10.73 6.68 47.18 -
YUV 62.14 197.9 101.51 -
System Red Green Blue C M Y K H S L
Decimal 25 57 186 0.87 0.69 0 0.27 228.07 0.76 0.41
Hex 19 39 BA 57 45 0 1B E4 4C 29
Octal 31 71 272 127 105 0 33 344 114 51
Binary 11001 111001 10111010 1010111 1000101 0 11011 11100100 1001100 101001

Color Harmonies of #1939BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1939BA

Black with #1939BA

Text Example


Text Example

White with #1939BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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