Html Css Color HEX #1940CE Persian Blue

📋 copy color: '#1940CE'

red 25 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #1940CE

Tints of Persian Blue #1940CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 8.47%
G = 21.69%
B = 69.83%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1940CE (or 0x1940CE) is known color: Persian Blue. HEX triplet: 19, 40 and CE. RGB value is (25,64,206). Sum of RGB (Red+Green+Blue) = 25+64+206=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1940CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940CE is #E6BF31. Grayscale: #434343. Windows color (decimal): -15122226 or 13516825. OLE color: 13516825.

HSL color Cylindrical-coordinate representation of color #1940CE: hue angle of 227.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1940CE is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 64 206 -
CMYK 0.88 0.69 0 0.19
HSL 227.07º 0.78% 0.45% -
HSV(B) 227.07º 0.88% 0.81% -
XYZ 13.37 8.33 59.3 -
YUV 68.53 205.58 96.95 -
System Red Green Blue C M Y K H S L
Decimal 25 64 206 0.88 0.69 0 0.19 227.07 0.78 0.45
Hex 19 40 CE 58 45 0 13 E3 4E 2D
Octal 31 100 316 130 105 0 23 343 116 55
Binary 11001 1000000 11001110 1011000 1000101 0 10011 11100011 1001110 101101

Color Harmonies of #1940CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940CE

Black with #1940CE

Text Example


Text Example

White with #1940CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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