Html Css Color HEX #1947CE Persian Blue

📋 copy color: '#1947CE'

red 25 ◦ green 71 ◦ blue 206

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

Shades of Persian Blue #1947CE

Tints of Persian Blue #1947CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

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

R = 8.28%
G = 23.51%
B = 68.21%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1947CE (or 0x1947CE) is known color: Persian Blue. HEX triplet: 19, 47 and CE. RGB value is (25,71,206). Sum of RGB (Red+Green+Blue) = 25+71+206=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #1947CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947CE is #E6B831. Grayscale: #484848. Windows color (decimal): -15120434 or 13518617. OLE color: 13518617.

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

Color convert

RGB 25 71 206 -
CMYK 0.88 0.66 0 0.19
HSL 224.75º 0.78% 0.45% -
HSV(B) 224.75º 0.88% 0.81% -
XYZ 13.79 9.17 59.44 -
YUV 72.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 25 71 206 0.88 0.66 0 0.19 224.75 0.78 0.45
Hex 19 47 CE 58 42 0 13 E1 4E 2D
Octal 31 107 316 130 102 0 23 341 116 55
Binary 11001 1000111 11001110 1011000 1000010 0 10011 11100001 1001110 101101

Color Harmonies of #1947CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947CE

Black with #1947CE

Text Example


Text Example

White with #1947CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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