Html Css Color HEX #1947DB Persian Blue

📋 copy color: '#1947DB'

red 25 ◦ green 71 ◦ blue 219

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

Shades of Persian Blue #1947DB

Tints of Persian Blue #1947DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 7.94%
G = 22.54%
B = 69.52%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1947DB (or 0x1947DB) is known color: Persian Blue. HEX triplet: 19, 47 and DB. RGB value is (25,71,219). Sum of RGB (Red+Green+Blue) = 25+71+219=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #1947DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947DB is #E6B824. Grayscale: #494949. Windows color (decimal): -15120421 or 14370585. OLE color: 14370585.

HSL color Cylindrical-coordinate representation of color #1947DB: hue angle of 225.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1947DB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 71 219 -
CMYK 0.89 0.68 0 0.14
HSL 225.77º 0.8% 0.48% -
HSV(B) 225.77º 0.89% 0.86% -
XYZ 15.44 9.83 68.1 -
YUV 74.12 209.76 92.97 -
System Red Green Blue C M Y K H S L
Decimal 25 71 219 0.89 0.68 0 0.14 225.77 0.8 0.48
Hex 19 47 DB 59 44 0 E E2 50 30
Octal 31 107 333 131 104 0 16 342 120 60
Binary 11001 1000111 11011011 1011001 1000100 0 1110 11100010 1010000 110000

Color Harmonies of #1947DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947DB

Black with #1947DB

Text Example


Text Example

White with #1947DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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