Html Css Color HEX #1942CE Persian Blue

📋 copy color: '#1942CE'

red 25 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #1942CE

Tints of Persian Blue #1942CE

RGB

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

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

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

R = 8.42%
G = 22.22%
B = 69.36%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1942CE (or 0x1942CE) is known color: Persian Blue. HEX triplet: 19, 42 and CE. RGB value is (25,66,206). Sum of RGB (Red+Green+Blue) = 25+66+206=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #1942CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1942CE is #E6BD31. Grayscale: #454545. Windows color (decimal): -15121714 or 13517337. OLE color: 13517337.

HSL color Cylindrical-coordinate representation of color #1942CE: hue angle of 226.41º 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 #1942CE is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 66 206 -
CMYK 0.88 0.68 0 0.19
HSL 226.41º 0.78% 0.45% -
HSV(B) 226.41º 0.88% 0.81% -
XYZ 13.49 8.56 59.33 -
YUV 69.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 25 66 206 0.88 0.68 0 0.19 226.41 0.78 0.45
Hex 19 42 CE 58 44 0 13 E2 4E 2D
Octal 31 102 316 130 104 0 23 342 116 55
Binary 11001 1000010 11001110 1011000 1000100 0 10011 11100010 1001110 101101

Color Harmonies of #1942CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1942CE

Black with #1942CE

Text Example


Text Example

White with #1942CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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