Html Css Color HEX #1447BF Persian Blue

📋 copy color: '#1447BF'

red 20 ◦ green 71 ◦ blue 191

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

Shades of Persian Blue #1447BF

Tints of Persian Blue #1447BF

RGB

 RED value IS 20 (8.2% from 255) = 7.09%

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

 BLUE value IS 191 (75% from 255) = 67.73%

R = 7.09%
G = 25.18%
B = 67.73%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1447BF (or 0x1447BF) is known color: Persian Blue. HEX triplet: 14, 47 and BF. RGB value is (20,71,191). Sum of RGB (Red+Green+Blue) = 20+71+191=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #1447BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447BF is #EBB840. Grayscale: #444444. Windows color (decimal): -15448129 or 12535572. OLE color: 12535572.

HSL color Cylindrical-coordinate representation of color #1447BF: hue angle of 222.11º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1447BF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 71 191 -
CMYK 0.90 0.63 0 0.25
HSL 222.11º 0.81% 0.41% -
HSV(B) 222.11º 0.9% 0.75% -
XYZ 11.95 8.42 50.29 -
YUV 69.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 20 71 191 0.90 0.63 0 0.25 222.11 0.81 0.41
Hex 14 47 BF 5A 3F 0 19 DE 51 29
Octal 24 107 277 132 77 0 31 336 121 51
Binary 10100 1000111 10111111 1011010 111111 0 11001 11011110 1010001 101001

Color Harmonies of #1447BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447BF

Black with #1447BF

Text Example


Text Example

White with #1447BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1447BF; }

 p { color: rgb(20,71,191); }

 H1.HeaderClassName
 {
   color: #1447BF;
 }
 .AnyTagClassName
 {
   color: #1447BF;
 }
</style>

background-color css

<style>
 a { background-color: #1447BF; }

 a { background-color: rgb(20,71,191); }

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

border-color css

<style>
 span { border-color: #1447BF; }

 span { border-color: rgb(20,71,191); }

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