Html Css Color HEX #1940C8 Persian Blue

📋 copy color: '#1940C8'

red 25 ◦ green 64 ◦ blue 200

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

Shades of Persian Blue #1940C8

Tints of Persian Blue #1940C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 69.2%

R = 8.65%
G = 22.15%
B = 69.2%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1940C8 (or 0x1940C8) is known color: Persian Blue. HEX triplet: 19, 40 and C8. RGB value is (25,64,200). Sum of RGB (Red+Green+Blue) = 25+64+200=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 200 (78.52% from 255 or 69.20% from 289); Max value from RGB is 200 - color contains mainly: blue. Hex color #1940C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940C8 is #E6BF37. Grayscale: #434343. Windows color (decimal): -15122232 or 13123609. OLE color: 13123609.

HSL color Cylindrical-coordinate representation of color #1940C8: hue angle of 226.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1940C8 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 64 200 -
CMYK 0.88 0.68 0 0.22
HSL 226.63º 0.78% 0.44% -
HSV(B) 226.63º 0.88% 0.78% -
XYZ 12.66 8.04 55.53 -
YUV 67.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 25 64 200 0.88 0.68 0 0.22 226.63 0.78 0.44
Hex 19 40 C8 58 44 0 16 E3 4E 2C
Octal 31 100 310 130 104 0 26 343 116 54
Binary 11001 1000000 11001000 1011000 1000100 0 10110 11100011 1001110 101100

Color Harmonies of #1940C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1940C8

Black with #1940C8

Text Example


Text Example

White with #1940C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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