Html Css Color HEX #1440BA Persian Blue

📋 copy color: '#1440BA'

red 20 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #1440BA

Tints of Persian Blue #1440BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 7.41%
G = 23.7%
B = 68.89%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1440BA (or 0x1440BA) is known color: Persian Blue. HEX triplet: 14, 40 and BA. RGB value is (20,64,186). Sum of RGB (Red+Green+Blue) = 20+64+186=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #1440BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1440BA is #EBBF45. Grayscale: #404040. Windows color (decimal): -15449926 or 12206100. OLE color: 12206100.

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

Color convert

RGB 20 64 186 -
CMYK 0.89 0.66 0 0.27
HSL 224.1º 0.81% 0.4% -
HSV(B) 224.1º 0.89% 0.73% -
XYZ 10.98 7.36 47.3 -
YUV 64.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 20 64 186 0.89 0.66 0 0.27 224.1 0.81 0.4
Hex 14 40 BA 59 42 0 1B E0 51 28
Octal 24 100 272 131 102 0 33 340 121 50
Binary 10100 1000000 10111010 1011001 1000010 0 11011 11100000 1010001 101000

Color Harmonies of #1440BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1440BA

Black with #1440BA

Text Example


Text Example

White with #1440BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1440BA; }

 p { color: rgb(20,64,186); }

 H1.HeaderClassName
 {
   color: #1440BA;
 }
 .AnyTagClassName
 {
   color: #1440BA;
 }
</style>

background-color css

<style>
 a { background-color: #1440BA; }

 a { background-color: rgb(20,64,186); }

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

border-color css

<style>
 span { border-color: #1440BA; }

 span { border-color: rgb(20,64,186); }

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