Html Css Color HEX #1448BE Persian Blue

📋 copy color: '#1448BE'

red 20 ◦ green 72 ◦ blue 190

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

Shades of Persian Blue #1448BE

Tints of Persian Blue #1448BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 7.09%
G = 25.53%
B = 67.38%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1448BE (or 0x1448BE) is known color: Persian Blue. HEX triplet: 14, 48 and BE. RGB value is (20,72,190). Sum of RGB (Red+Green+Blue) = 20+72+190=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #1448BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BE is #EBB741. Grayscale: #454545. Windows color (decimal): -15447874 or 12470292. OLE color: 12470292.

HSL color Cylindrical-coordinate representation of color #1448BE: hue angle of 221.65º 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 #1448BE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 72 190 -
CMYK 0.89 0.62 0 0.25
HSL 221.65º 0.81% 0.41% -
HSV(B) 221.65º 0.89% 0.75% -
XYZ 11.9 8.5 49.73 -
YUV 69.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 20 72 190 0.89 0.62 0 0.25 221.65 0.81 0.41
Hex 14 48 BE 59 3E 0 19 DE 51 29
Octal 24 110 276 131 76 0 31 336 121 51
Binary 10100 1001000 10111110 1011001 111110 0 11001 11011110 1010001 101001

Color Harmonies of #1448BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1448BE

Black with #1448BE

Text Example


Text Example

White with #1448BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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