Html Css Color HEX #1947DA Persian Blue

📋 copy color: '#1947DA'

red 25 ◦ green 71 ◦ blue 218

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

Shades of Persian Blue #1947DA

Tints of Persian Blue #1947DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 7.96%
G = 22.61%
B = 69.43%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1947DA (or 0x1947DA) is known color: Persian Blue. HEX triplet: 19, 47 and DA. RGB value is (25,71,218). Sum of RGB (Red+Green+Blue) = 25+71+218=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #1947DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947DA is #E6B825. Grayscale: #494949. Windows color (decimal): -15120422 or 14305049. OLE color: 14305049.

HSL color Cylindrical-coordinate representation of color #1947DA: hue angle of 225.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1947DA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 71 218 -
CMYK 0.89 0.67 0 0.15
HSL 225.7º 0.79% 0.48% -
HSV(B) 225.7º 0.89% 0.85% -
XYZ 15.31 9.78 67.41 -
YUV 74 209.26 93.05 -
System Red Green Blue C M Y K H S L
Decimal 25 71 218 0.89 0.67 0 0.15 225.7 0.79 0.48
Hex 19 47 DA 59 43 0 F E2 4F 30
Octal 31 107 332 131 103 0 17 342 117 60
Binary 11001 1000111 11011010 1011001 1000011 0 1111 11100010 1001111 110000

Color Harmonies of #1947DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947DA

Black with #1947DA

Text Example


Text Example

White with #1947DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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