Html Css Color HEX #1949BB Persian Blue

📋 copy color: '#1949BB'

red 25 ◦ green 73 ◦ blue 187

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

Shades of Persian Blue #1949BB

Tints of Persian Blue #1949BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 8.77%
G = 25.61%
B = 65.61%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1949BB (or 0x1949BB) is known color: Persian Blue. HEX triplet: 19, 49 and BB. RGB value is (25,73,187). Sum of RGB (Red+Green+Blue) = 25+73+187=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #1949BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949BB is #E6B644. Grayscale: #474747. Windows color (decimal): -15119941 or 12273945. OLE color: 12273945.

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

Color convert

RGB 25 73 187 -
CMYK 0.87 0.61 0 0.27
HSL 222.22º 0.76% 0.42% -
HSV(B) 222.22º 0.87% 0.73% -
XYZ 11.75 8.56 48.05 -
YUV 71.64 193.1 94.73 -
System Red Green Blue C M Y K H S L
Decimal 25 73 187 0.87 0.61 0 0.27 222.22 0.76 0.42
Hex 19 49 BB 57 3D 0 1B DE 4C 2A
Octal 31 111 273 127 75 0 33 336 114 52
Binary 11001 1001001 10111011 1010111 111101 0 11011 11011110 1001100 101010

Color Harmonies of #1949BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949BB

Black with #1949BB

Text Example


Text Example

White with #1949BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1949BB; }

 p { color: rgb(25,73,187); }

 H1.HeaderClassName
 {
   color: #1949BB;
 }
 .AnyTagClassName
 {
   color: #1949BB;
 }
</style>

background-color css

<style>
 a { background-color: #1949BB; }

 a { background-color: rgb(25,73,187); }

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

border-color css

<style>
 span { border-color: #1949BB; }

 span { border-color: rgb(25,73,187); }

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