Html Css Color HEX #1948BF Persian Blue

📋 copy color: '#1948BF'

red 25 ◦ green 72 ◦ blue 191

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

Shades of Persian Blue #1948BF

Tints of Persian Blue #1948BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 191 (75% from 255) = 66.32%

R = 8.68%
G = 25%
B = 66.32%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1948BF (or 0x1948BF) is known color: Persian Blue. HEX triplet: 19, 48 and BF. RGB value is (25,72,191). Sum of RGB (Red+Green+Blue) = 25+72+191=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #1948BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1948BF is #E6B740. Grayscale: #464646. Windows color (decimal): -15120193 or 12535833. OLE color: 12535833.

HSL color Cylindrical-coordinate representation of color #1948BF: hue angle of 223.01º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1948BF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 72 191 -
CMYK 0.87 0.62 0 0.25
HSL 223.01º 0.77% 0.42% -
HSV(B) 223.01º 0.87% 0.75% -
XYZ 12.12 8.6 50.31 -
YUV 71.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 25 72 191 0.87 0.62 0 0.25 223.01 0.77 0.42
Hex 19 48 BF 57 3E 0 19 DF 4D 2A
Octal 31 110 277 127 76 0 31 337 115 52
Binary 11001 1001000 10111111 1010111 111110 0 11001 11011111 1001101 101010

Color Harmonies of #1948BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1948BF

Black with #1948BF

Text Example


Text Example

White with #1948BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1948BF; }

 p { color: rgb(25,72,191); }

 H1.HeaderClassName
 {
   color: #1948BF;
 }
 .AnyTagClassName
 {
   color: #1948BF;
 }
</style>

background-color css

<style>
 a { background-color: #1948BF; }

 a { background-color: rgb(25,72,191); }

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

border-color css

<style>
 span { border-color: #1948BF; }

 span { border-color: rgb(25,72,191); }

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