#143DBA

Color #143DBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #143DBA

Tints of Persian Blue #143DBA

Color information

#143DBA (or 0x143DBA) is unknown color: approx Persian Blue. HEX triplet: 14, 3D and BA. RGB value is (20,61,186). Sum of RGB (Red+Green+Blue) = 20+61+186=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #143DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DBA is #EBC245. Grayscale: #3E3E3E. Windows color (decimal): -15450694 or 12205332. OLE color: 12205332.

HSL color Cylindrical-coordinate representation of color #143DBA: hue angle of 225.18º 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 #143DBA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2061186-
CMYK0.890.6700.27
HSL225.18º80.58%40.39%-
HSV(B)225.18º89.25%72.94%-
XYZ10.827.0347.24-
YUV62.99197.4297.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=7.49%
G=22.85%
B=69.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20611860.890.6700.27225.1880.5840.39
Hex143DBA594301Be15128
Octal247527213110303334112150
Binary101001111011011101010110011000011011011111000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143DBA; }

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

 H1.HeaderClassName
 {
   color: #143DBA;
 }
 .AnyTagClassName
 {
   color: #143DBA;
 }
</style>
background-color css

<style>
 a { background-color: #143DBA; }

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

 div.DivClassName
 {
   background-color: #143DBA;
 }
 .BgClassName
 {
   background-color: #143DBA;
 }
</style>
border-color css

<style>
 span { border-color: #143DBA; }

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

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