#143CBA

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

Shades of Persian Blue #143CBA

Tints of Persian Blue #143CBA

Color information

#143CBA (or 0x143CBA) is unknown color: approx Persian Blue. HEX triplet: 14, 3C and BA. RGB value is (20,60,186). Sum of RGB (Red+Green+Blue) = 20+60+186=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #143CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CBA is #EBC345. Grayscale: #3D3D3D. Windows color (decimal): -15450950 or 12205076. OLE color: 12205076.

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

Color convert

RGB2060186-
CMYK0.890.6800.27
HSL225.54º80.58%40.39%-
HSV(B)225.54º89.25%72.94%-
XYZ10.776.9347.22-
YUV62.4197.7597.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 186 (73.05% from 255) = 69.92%
R=7.52%
G=22.56%
B=69.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20601860.890.6800.27225.5480.5840.39
Hex143CBA594401Be25128
Octal247427213110403334212150
Binary101001111001011101010110011000100011011111000101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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