Html Css Color HEX #1940DA Persian Blue

📋 copy color: '#1940DA'

red 25 ◦ green 64 ◦ blue 218

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

Shades of Persian Blue #1940DA

Tints of Persian Blue #1940DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.01%

R = 8.14%
G = 20.85%
B = 71.01%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1940DA (or 0x1940DA) is known color: Persian Blue. HEX triplet: 19, 40 and DA. RGB value is (25,64,218). Sum of RGB (Red+Green+Blue) = 25+64+218=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #1940DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940DA is #E6BF25. Grayscale: #454545. Windows color (decimal): -15122214 or 14303257. OLE color: 14303257.

HSL color Cylindrical-coordinate representation of color #1940DA: hue angle of 227.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1940DA is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 64 218 -
CMYK 0.89 0.71 0 0.15
HSL 227.88º 0.79% 0.48% -
HSV(B) 227.88º 0.89% 0.85% -
XYZ 14.89 8.94 67.27 -
YUV 69.9 211.58 95.98 -
System Red Green Blue C M Y K H S L
Decimal 25 64 218 0.89 0.71 0 0.15 227.88 0.79 0.48
Hex 19 40 DA 59 47 0 F E4 4F 30
Octal 31 100 332 131 107 0 17 344 117 60
Binary 11001 1000000 11011010 1011001 1000111 0 1111 11100100 1001111 110000

Color Harmonies of #1940DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940DA

Black with #1940DA

Text Example


Text Example

White with #1940DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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