Html Css Color HEX #1949B7 Persian Blue

📋 copy color: '#1949B7'

red 25 ◦ green 73 ◦ blue 183

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

Shades of Persian Blue #1949B7

Tints of Persian Blue #1949B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 65.12%

R = 8.9%
G = 25.98%
B = 65.12%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1949B7 (or 0x1949B7) is known color: Persian Blue. HEX triplet: 19, 49 and B7. RGB value is (25,73,183). Sum of RGB (Red+Green+Blue) = 25+73+183=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #1949B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949B7 is #E6B648. Grayscale: #464646. Windows color (decimal): -15119945 or 12011801. OLE color: 12011801.

HSL color Cylindrical-coordinate representation of color #1949B7: hue angle of 221.77º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1949B7 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 73 183 -
CMYK 0.86 0.60 0 0.28
HSL 221.77º 0.76% 0.41% -
HSV(B) 221.77º 0.86% 0.72% -
XYZ 11.33 8.39 45.82 -
YUV 71.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 25 73 183 0.86 0.60 0 0.28 221.77 0.76 0.41
Hex 19 49 B7 56 3C 0 1C DE 4C 29
Octal 31 111 267 126 74 0 34 336 114 51
Binary 11001 1001001 10110111 1010110 111100 0 11100 11011110 1001100 101001

Color Harmonies of #1949B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1949B7

Black with #1949B7

Text Example


Text Example

White with #1949B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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