Html Css Color HEX #1447BE Persian Blue

📋 copy color: '#1447BE'

red 20 ◦ green 71 ◦ blue 190

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

Shades of Persian Blue #1447BE

Tints of Persian Blue #1447BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 7.12%
G = 25.27%
B = 67.62%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1447BE (or 0x1447BE) is known color: Persian Blue. HEX triplet: 14, 47 and BE. RGB value is (20,71,190). Sum of RGB (Red+Green+Blue) = 20+71+190=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1447BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447BE is #EBB841. Grayscale: #444444. Windows color (decimal): -15448130 or 12470036. OLE color: 12470036.

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

Color convert

RGB 20 71 190 -
CMYK 0.89 0.63 0 0.25
HSL 222º 0.81% 0.41% -
HSV(B) 222º 0.89% 0.75% -
XYZ 11.84 8.37 49.71 -
YUV 69.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 20 71 190 0.89 0.63 0 0.25 222 0.81 0.41
Hex 14 47 BE 59 3F 0 19 DE 51 29
Octal 24 107 276 131 77 0 31 336 121 51
Binary 10100 1000111 10111110 1011001 111111 0 11001 11011110 1010001 101001

Color Harmonies of #1447BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447BE

Black with #1447BE

Text Example


Text Example

White with #1447BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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