Html Css Color HEX #1448BB Persian Blue

📋 copy color: '#1448BB'

red 20 ◦ green 72 ◦ blue 187

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

Shades of Persian Blue #1448BB

Tints of Persian Blue #1448BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 7.17%
G = 25.81%
B = 67.03%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1448BB (or 0x1448BB) is known color: Persian Blue. HEX triplet: 14, 48 and BB. RGB value is (20,72,187). Sum of RGB (Red+Green+Blue) = 20+72+187=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1448BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BB is #EBB744. Grayscale: #454545. Windows color (decimal): -15447877 or 12273684. OLE color: 12273684.

HSL color Cylindrical-coordinate representation of color #1448BB: hue angle of 221.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1448BB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 72 187 -
CMYK 0.89 0.61 0 0.27
HSL 221.32º 0.81% 0.41% -
HSV(B) 221.32º 0.89% 0.73% -
XYZ 11.58 8.37 48.02 -
YUV 69.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 20 72 187 0.89 0.61 0 0.27 221.32 0.81 0.41
Hex 14 48 BB 59 3D 0 1B DD 51 29
Octal 24 110 273 131 75 0 33 335 121 51
Binary 10100 1001000 10111011 1011001 111101 0 11011 11011101 1010001 101001

Color Harmonies of #1448BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1448BB

Black with #1448BB

Text Example


Text Example

White with #1448BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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