Html Css Color HEX #1941CE Persian Blue

📋 copy color: '#1941CE'

red 25 ◦ green 65 ◦ blue 206

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

Shades of Persian Blue #1941CE

Tints of Persian Blue #1941CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

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

R = 8.45%
G = 21.96%
B = 69.59%

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

#1941CE (or 0x1941CE) is known color: Persian Blue. HEX triplet: 19, 41 and CE. RGB value is (25,65,206). Sum of RGB (Red+Green+Blue) = 25+65+206=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1941CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1941CE is #E6BE31. Grayscale: #444444. Windows color (decimal): -15121970 or 13517081. OLE color: 13517081.

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

Color convert

RGB 25 65 206 -
CMYK 0.88 0.68 0 0.19
HSL 226.74º 0.78% 0.45% -
HSV(B) 226.74º 0.88% 0.81% -
XYZ 13.43 8.44 59.31 -
YUV 69.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 25 65 206 0.88 0.68 0 0.19 226.74 0.78 0.45
Hex 19 41 CE 58 44 0 13 E3 4E 2D
Octal 31 101 316 130 104 0 23 343 116 55
Binary 11001 1000001 11001110 1011000 1000100 0 10011 11100011 1001110 101101

Color Harmonies of #1941CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1941CE

Black with #1941CE

Text Example


Text Example

White with #1941CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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