#143CB7

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

Shades of Persian Blue #143CB7

Tints of Persian Blue #143CB7

Color information

#143CB7 (or 0x143CB7) is unknown color: approx Persian Blue. HEX triplet: 14, 3C and B7. RGB value is (20,60,183). Sum of RGB (Red+Green+Blue) = 20+60+183=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 183 (71.88% from 255 or 69.58% from 263); Max value from RGB is 183 - color contains mainly: blue. Hex color #143CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CB7 is #EBC348. Grayscale: #3D3D3D. Windows color (decimal): -15450953 or 12008468. OLE color: 12008468.

HSL color Cylindrical-coordinate representation of color #143CB7: hue angle of 225.28º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143CB7 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2060183-
CMYK0.890.6700.28
HSL225.28º80.3%39.8%-
HSV(B)225.28º89.07%71.76%-
XYZ10.456.845.56-
YUV62.06196.2598-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.60%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 183 (71.88% from 255) = 69.58%
R=7.60%
G=22.81%
B=69.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20601830.890.6700.28225.2880.339.8
Hex143CB7594301Ce15028
Octal247426713110303434112050
Binary101001111001011011110110011000011011100111000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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