Html Css Color HEX #1448BC Persian Blue

📋 copy color: '#1448BC'

red 20 ◦ green 72 ◦ blue 188

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

Shades of Persian Blue #1448BC

Tints of Persian Blue #1448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 7.14%
G = 25.71%
B = 67.14%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1448BC (or 0x1448BC) is known color: Persian Blue. HEX triplet: 14, 48 and BC. RGB value is (20,72,188). Sum of RGB (Red+Green+Blue) = 20+72+188=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #1448BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BC is #EBB743. Grayscale: #454545. Windows color (decimal): -15447876 or 12339220. OLE color: 12339220.

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

Color convert

RGB 20 72 188 -
CMYK 0.89 0.62 0 0.26
HSL 221.43º 0.81% 0.41% -
HSV(B) 221.43º 0.89% 0.74% -
XYZ 11.68 8.41 48.59 -
YUV 69.68 194.77 92.57 -
System Red Green Blue C M Y K H S L
Decimal 20 72 188 0.89 0.62 0 0.26 221.43 0.81 0.41
Hex 14 48 BC 59 3E 0 1A DD 51 29
Octal 24 110 274 131 76 0 32 335 121 51
Binary 10100 1001000 10111100 1011001 111110 0 11010 11011101 1010001 101001

Color Harmonies of #1448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1448BC

Black with #1448BC

Text Example


Text Example

White with #1448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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