Html Css Color HEX #1947CD Persian Blue

📋 copy color: '#1947CD'

red 25 ◦ green 71 ◦ blue 205

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

Shades of Persian Blue #1947CD

Tints of Persian Blue #1947CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 8.31%
G = 23.59%
B = 68.11%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1947CD (or 0x1947CD) is known color: Persian Blue. HEX triplet: 19, 47 and CD. RGB value is (25,71,205). Sum of RGB (Red+Green+Blue) = 25+71+205=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #1947CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947CD is #E6B832. Grayscale: #474747. Windows color (decimal): -15120435 or 13453081. OLE color: 13453081.

HSL color Cylindrical-coordinate representation of color #1947CD: hue angle of 224.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1947CD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 71 205 -
CMYK 0.88 0.65 0 0.20
HSL 224.67º 0.78% 0.45% -
HSV(B) 224.67º 0.88% 0.8% -
XYZ 13.67 9.12 58.8 -
YUV 72.52 202.76 94.1 -
System Red Green Blue C M Y K H S L
Decimal 25 71 205 0.88 0.65 0 0.20 224.67 0.78 0.45
Hex 19 47 CD 58 41 0 14 E1 4E 2D
Octal 31 107 315 130 101 0 24 341 116 55
Binary 11001 1000111 11001101 1011000 1000001 0 10100 11100001 1001110 101101

Color Harmonies of #1947CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947CD

Black with #1947CD

Text Example


Text Example

White with #1947CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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