Html Css Color HEX #1942BE Persian Blue

📋 copy color: '#1942BE'

red 25 ◦ green 66 ◦ blue 190

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

Shades of Persian Blue #1942BE

Tints of Persian Blue #1942BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 8.9%
G = 23.49%
B = 67.62%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1942BE (or 0x1942BE) is known color: Persian Blue. HEX triplet: 19, 42 and BE. RGB value is (25,66,190). Sum of RGB (Red+Green+Blue) = 25+66+190=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1942BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1942BE is #E6BD41. Grayscale: #434343. Windows color (decimal): -15121730 or 12468761. OLE color: 12468761.

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

Color convert

RGB 25 66 190 -
CMYK 0.87 0.65 0 0.25
HSL 225.09º 0.77% 0.42% -
HSV(B) 225.09º 0.87% 0.75% -
XYZ 11.64 7.82 49.61 -
YUV 67.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 25 66 190 0.87 0.65 0 0.25 225.09 0.77 0.42
Hex 19 42 BE 57 41 0 19 E1 4D 2A
Octal 31 102 276 127 101 0 31 341 115 52
Binary 11001 1000010 10111110 1010111 1000001 0 11001 11100001 1001101 101010

Color Harmonies of #1942BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1942BE

Black with #1942BE

Text Example


Text Example

White with #1942BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1942BE; }

 p { color: rgb(25,66,190); }

 H1.HeaderClassName
 {
   color: #1942BE;
 }
 .AnyTagClassName
 {
   color: #1942BE;
 }
</style>

background-color css

<style>
 a { background-color: #1942BE; }

 a { background-color: rgb(25,66,190); }

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

border-color css

<style>
 span { border-color: #1942BE; }

 span { border-color: rgb(25,66,190); }

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