Html Css Color HEX #1940BF Persian Blue

📋 copy color: '#1940BF'

red 25 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #1940BF

Tints of Persian Blue #1940BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 8.93%
G = 22.86%
B = 68.21%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1940BF (or 0x1940BF) is known color: Persian Blue. HEX triplet: 19, 40 and BF. RGB value is (25,64,191). Sum of RGB (Red+Green+Blue) = 25+64+191=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #1940BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940BF is #E6BF40. Grayscale: #424242. Windows color (decimal): -15122241 or 12533785. OLE color: 12533785.

HSL color Cylindrical-coordinate representation of color #1940BF: hue angle of 225.9º 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 #1940BF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 64 191 -
CMYK 0.87 0.66 0 0.25
HSL 225.9º 0.77% 0.42% -
HSV(B) 225.9º 0.87% 0.75% -
XYZ 11.64 7.64 50.15 -
YUV 66.82 198.08 98.17 -
System Red Green Blue C M Y K H S L
Decimal 25 64 191 0.87 0.66 0 0.25 225.9 0.77 0.42
Hex 19 40 BF 57 42 0 19 E2 4D 2A
Octal 31 100 277 127 102 0 31 342 115 52
Binary 11001 1000000 10111111 1010111 1000010 0 11001 11100010 1001101 101010

Color Harmonies of #1940BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940BF

Black with #1940BF

Text Example


Text Example

White with #1940BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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