Html Css Color HEX #1940BB Persian Blue

📋 copy color: '#1940BB'

red 25 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #1940BB

Tints of Persian Blue #1940BB

RGB

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

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

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

R = 9.06%
G = 23.19%
B = 67.75%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1940BB (or 0x1940BB) is known color: Persian Blue. HEX triplet: 19, 40 and BB. RGB value is (25,64,187). Sum of RGB (Red+Green+Blue) = 25+64+187=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #1940BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940BB is #E6BF44. Grayscale: #414141. Windows color (decimal): -15122245 or 12271641. OLE color: 12271641.

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

Color convert

RGB 25 64 187 -
CMYK 0.87 0.66 0 0.27
HSL 225.56º 0.76% 0.42% -
HSV(B) 225.56º 0.87% 0.73% -
XYZ 11.2 7.46 47.86 -
YUV 66.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 25 64 187 0.87 0.66 0 0.27 225.56 0.76 0.42
Hex 19 40 BB 57 42 0 1B E2 4C 2A
Octal 31 100 273 127 102 0 33 342 114 52
Binary 11001 1000000 10111011 1010111 1000010 0 11011 11100010 1001100 101010

Color Harmonies of #1940BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940BB

Black with #1940BB

Text Example


Text Example

White with #1940BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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